Get the display name of the selected Drop Downlist box Instead of Value

K

kc.reddy.2000

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
 
R

Ramana

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top