Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Difference between
Selected value,
Selected Text,
Selected Index.
I am a noob of .net.
Posted

Try First by yourself Aiyal then post your questions here.

See these MSDN threads:
ComboBox.SelectedItem Property[^]
ComboBox.SelectedText Property[^]
ComboBox.SelectedIndex Property[^]

DropDownList Class[^]
 
Share this answer
 
Comments
_Amy 27-Jul-12 5:49am    
Nice links.. MSDN is the best always.. +5!
text is what you see as items in ddl
value is the hidden value of any item
index is the item number in the dll

search 'what is a dropdownlist asp.net'
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900