C
Chandra
Hi Guys,
I have a dropdownlistbox with 4 Items, which are entered manually like
Value DisplayName
0 Patient
1 Nurse
2 Doctor
3 Referral
Lets say user selects Nurse, I want to send Nurse to the database and not 1
but when I use the code
mainNav1.SelectSingleNode("/dfs:myFields/my:ComboReason",
NamespaceManager).Value it returns 1 but I want to get the actual
DisplayName, how can I do it plz let me know ASAP.
Thanks very much guys
Cheers
Chandra
I have a dropdownlistbox with 4 Items, which are entered manually like
Value DisplayName
0 Patient
1 Nurse
2 Doctor
3 Referral
Lets say user selects Nurse, I want to send Nurse to the database and not 1
but when I use the code
mainNav1.SelectSingleNode("/dfs:myFields/my:ComboReason",
NamespaceManager).Value it returns 1 but I want to get the actual
DisplayName, how can I do it plz let me know ASAP.
Thanks very much guys
Cheers
Chandra