Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datagrid: Retreiving a value from a column
Message
De
07/10/2002 06:44:58
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Québec, Canada
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Datagrid: Retreiving a value from a column
Divers
Thread ID:
00708298
Message ID:
00708298
Vues:
60
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform