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

Hola Gracias por contestar..pero no trabajo..me sigue marcanco el mismo error...antes de hacer la condicion

Dim dtt As Data.DataView = SqlDataSource26.Select(DataSourceSelectArguments.E mpty)
Dim texto As String = dtt.ToTable.Rows(0)("Column1")---Error There is no row at position 0.
If texto = "0" Then
TextBox49.Text = texto
End If

no se si me equivoque al ponerlo de esa manera..
saludos