selected Index Event not working in asp.net
I am using MS Access Database i have 7500 data in MS Access DB due to data Selectedindex Event not firing when i remove 1000 row from data its working why event not working on 7500 data ???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Piyush ParikhPosted May 14, 2014, 6:02 AM
Akhil MittalPosted May 14, 2014, 5:51 AM
Is data come from databse and you assign data to drop down list>
If yes then please check values of list items. This might be occured due to same value.
always use dropdownlist.selectedValue when you want to assign value to other variable.
set AutoPostBack="True" to ur dropdownList