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
Ramana - 25 Jun 2007 14:10 GMT
Hi,
When are you taking the dataconnection to the dropdown, you need to select
"Display name" for value field.
I hope this will help for you.

Signature
k.Ramana Reddy
http://www.autonomysystems.com
> Hi Guys,
>
[quoted text clipped - 22 lines]
>
> Chandra