
28/10/2011, 10:46
|
| | Fecha de Ingreso: junio-2011
Mensajes: 329
Antigüedad: 13 años, 8 meses Puntos: 2 | |
Respuesta: Conversion from type 'DBNull' to type 'String' is not valid. gracias por su respuesta me marca lo sig
Conversion from string "" to type 'Integer' is not valid.
Input string was not in a correct format.
TextBox21.Text = vtadiariaacum.ToTable.Rows(0)("Column1").ToString
Line 211: Dim resultadovtaacum As Integer = TextBox21.Text
Line 212: TextBox21.Text = String.Format("${0:#,#0.00}", resultadovtaacum)
y con este codigo
TextBox21.Text = vtadiariaacum.ToTable.Rows(0)("Column1").*Value*
se pone en rojo como si fuera error de sintaxis debajo de VALUE.....
alguna idea de por q pasa esto.? |