Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
why dropdownlist events are not fired when ever i select the item
Posted

You need to
set AutopostBack ="true"
and bind the dropdown list with its events as required by you.
 
Share this answer
 
AutopostBack ="true"
try this ..
 
Share this answer
 
Hi,

Set autopostback property is true,then try again it ll work :)
 
Share this answer
 
Hi,

Check Autopostback property of the control.
 
Share this answer
 
set AutopostBack property = true
 
Share this answer
 

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