Código:
Cómo hago para recoger el DataKeyField? daDataAdapter.Fill(dsDataSet) Grid.DataSource = dsDataSet Grid.DataKeyField = "tsCodigoSolicitud" Grid.DataBind()
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)
Creé un for asi:
Código:
Intenté hacer referencia con la propiedad AccessKey pero siempre me devuelve cadena vacía... Dim i As Integer For i = 0 To Grid.Items.Count ... variable = Grid.Items(i).AccessKey Next
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)