Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do I databind a DropDownList in jQuery?

$("#<%= DropDownList1.ClientID %>")
Posted
Comments
Thanks7872 9-Dec-14 8:33am    
And your question is?
Teledextri 9-Dec-14 8:37am    
How do I databind a DropDownList in jQuery?
Thanks7872 9-Dec-14 8:52am    
Do you have access to google?
Sinisa Hajnal 9-Dec-14 8:39am    
Short answer is you don't. jQuery does not bind lists...Longer answer: you have to use knockout.js or some other framework for such binding. Or you program your specific needs via iteration functions.

1 solution

Yes you can. As Rohan says, always Google before you ask.

Still I am giving you my article link - Bind DropDownList from DataTable using AJAX WebMethod[^]. Learn and implement.
 
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