22/03/2007, 06:41
|
| | | Fecha de Ingreso: agosto-2004
Mensajes: 509
Antigüedad: 20 años, 5 meses Puntos: 2 | |
Re: e.Item para GridView RowCommand?? Ahí lo llevas:
Dim index As Integer = Convert.ToInt32(e.CommandArgument)
Dim customersGridView As GridView = CType(e.CommandSource, GridView)
Dim row As GridViewRow = customersGridView.Rows(index)
Saludos |