Datagrid question (Asp.net)
Need some help with my datagrid in asp.net. When the I click on any cell
on the datagrid, I am able to get the row data of the key column using:
Public Sub DataGrid1_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs)
Handles DataGrid1.ItemCommand

