Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to fetch value from database to dropdownlist. But the code of c# run only when i double click on dropdownlist.So which event i should use for it.?????? Value fetch from database when i click on dropdownlist..

Please give me solution for this problem....

Keyur Raval..
Posted
Comments
Ankur\m/ 15-Feb-13 1:39am    
Bind your dropdown in the Page_Load event.
vinodkumarnie 15-Feb-13 1:41am    
Your Question itself is wrong..? Clearly tell what you want... On click of what..? To which u want to load...?
vishal.shimpi 15-Feb-13 2:10am    
Bind all value at page load event
keyur_raval 15-Feb-13 6:41am    
I dont want to use load event. I want value from database with use of like click event of textbox...means that how can i run my code when user click on dropdownlist?????

1 solution

Question is not clear ..Clearly mention what you want.
 
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