Click here to Skip to main content
15,913,587 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello !

I have a DropDownList , there is a selectedindexchange event in it , but it triggers only for the first time ,

e.g when i first select some value from DDL it triggers the selectedindexchange event but when i re-select , it do not triggers the function.
Posted
Comments
Andy Lanng 12-Jul-13 5:48am    
Really? could you post your code please ^_^
Akmal Abbas Naqvi 12-Jul-13 5:50am    
For info :
Enableviewstate is false , autopostback is true
but i am not able to post the code as it is part of the office project.
Sushil Mate 12-Jul-13 6:29am    
can u show us your code. are you using update panel?

1 solution

Set Dropdown List property AutoPostBack=true for that.
 
Share this answer
 
Comments
Akmal Abbas Naqvi 12-Jul-13 5:52am    
Thanks for your response !
AutoPostBack is true but
Still no success

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