Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi...

I want to bind hard coded country name in dropdownlist using jquery ???
I searched this on goggle,I found that would be done using web service.
Can you please tell me how to bind hard coded value in dropdownlist
Posted

See the following link which will help you lot

LINK HERE
 
Share this answer
 
Yes you can use JQuery Ajax call for a WebMethod which returns the Country list.

Refer

Bind Dropdownlist in ASP.NET using jQuery AJAX[^]

how-to-bind-dropdownlist-in-aspnet[^]


Note: Remove/Ignore the Database accessing/binding part and replace it with the HardCoded list of Countries. Rest of the logic remains the Same.
 
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