DropDown List Issue

  • Thread starter Thread starter Manoj Paramu Das
  • Start date Start date
M

Manoj Paramu Das

DropDownList.SelectedItem.Value returns only the first record value, no
matter when you select. any help would be appreciated.

Thanks Manoj
 
Hi manoj,

Looks like its a probelm with postback.. Are you binding the dropdown after
postback. Try not to populate it after a postback..

Do the databind for your control in the if ( !Postback ) of the page load
event.

Need any help, do post a msg back.

Happy Coding
 

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

Back
Top