Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve Data from the Grid
Message
General information
Forum:
ASP.NET
Category:
WebForms
Title:
Retrieve Data from the Grid
Miscellaneous
Thread ID:
00807651
Message ID:
00807651
Views:
49
I have a table with the following fields:

PKid int Primary Key
SName varchar(10) Short Name
Desc varchar(40) Description


I bound this table to a grid but I set visible to false for the "PKid" column.

How do I retrieve the value for "PKid" from the record selected? I am able to get the row index of the selected row and use the index to retrieve the value from the datatable. However, when I change the order of the grid by clicking on the column header, the record order of the datatable does not change so I end up with the wrong record.
Stephen Lee

--------------------------------
Too much to code
Too little time
--------------------------------
Next
Reply
Map
View

Click here to load this message in the networking platform