
February 5th, 2003, 02:29 AM
|
|
Registered User
|
|
Join Date: Jan 2003
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Reading data other than DataKeyField out of grid
I am trying to read values out of my ASP.NET data grid other the DataKeyField. Is this possible? <br><br>Here is a little more detail:<br><br>I am using the OnDeleteCommand to call a procedure when the user clicks on a certain field in the grid. I am than using DataKeys(E.Item.ItemIndex) to get the guid to know which record I am dealing with. I than would like to get the value of a bit field, that is also in the grid, that corresponds to the same records that I just got the guid from.<br><br>Any ideas?<br><br>Thanks in advance,<br>Chris
|