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
 
Back
Top