Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datagrid: Retreiving a value from a column
Message
From
07/10/2002 06:44:58
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Datagrid: Retreiving a value from a column
Miscellaneous
Thread ID:
00708298
Message ID:
00708298
Views:
59
HI,

I want to be able to choose from values of a pick list (datagrid) and get the ID selected. I then use this ID to query other tables.

I use this code to get a value from a tables's column:

DataRowCollection drcol = oDs.Tables["MyTable"].Rows;
DataRow dr = drcol[0];
string sID= dr["MyColumn"].ToString();

My problem is that the row I want to get will not be the first one of the pick list. How can I rettrive a row # from the datagrid? I tried the CurrentRowIndex property but if the user sort the grid using the column header, the row index returned will not match the one in the source table.

Thank you for your help,
Christian
Next
Reply
Map
View

Click here to load this message in the networking platform