Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find value in a column of data view
Message
De
10/08/2012 13:42:13
 
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01550250
Message ID:
01550302
Vues:
76
This message has been marked as the solution to the initial question of the thread.
Dmitry,

I'm not "up" on the ASP.NET DropDownList, but if it has a .SelectedIndex property, you should be able to get your value something like this:
int RecNo = ddlPriority.SelectedIndex;
string NumDays = dvPriority[RecNo][["NUM_DAYS"];
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform