Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/01/2012, 10:59
mrprogman
 
Fecha de Ingreso: junio-2011
Mensajes: 329
Antigüedad: 12 años, 10 meses
Puntos: 2
There is no row at position 0

Tengo una tabla la cual alimenta un textbox....al momento de borrar lo que contenga la tabla marca el sig error

There is no row at position 0...

tengo la sig validacion

Dim mensajes As Data.DataView = SqlDataSource8.Select(DataSourceSelectArguments.Em pty)
If mensajes.Table.Rows(0)("Comentarios").GetType.Name = "DBNull" Then
'If totmetames.Table.Rows.Count <= 0 Then
TextBox12.Text = "0"

saludos......