Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/06/2011, 10:34
mrprogman
 
Fecha de Ingreso: junio-2011
Mensajes: 329
Antigüedad: 12 años, 10 meses
Puntos: 2
Respuesta: textbox & sqldatasource

le cambie de esta manera pero me sigue dando el mismo error..

Dim dtt As Data.DataView = SqlDataSource26.Select(DataSourceSelectArguments.E mpty)
If dtt.Table.Rows(0)("column1").GetType.Name <> "DBNull" Then
TextBox49.Text = "0"
Else
TextBox49.Text = dtt.ToTable.Rows(0)("Column1")
End If

alguien sabe q onda..?