Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1069 Points
269 Posts
Jul 16, 2008 12:30 PM|LINK
Declare a list item and add it to the dropdown constructively. You can use insert option of dropdown list to insert at a particular index. This becomes useful when we are binding the dropdown from database and u need a default item in dropdown
nideeshm
Participant
1069 Points
269 Posts
Re: Why am I not able to get the value or text of the SelectedItem in my DropDownList on PostBack...
Jul 16, 2008 12:30 PM|LINK
Declare a list item and add it to the dropdown constructively. You can use insert option of dropdown list to insert at a particular index. This becomes useful when we are binding the dropdown from database and u need a default item in dropdown
Nideesh.S
Mark as answer, If it helps you.