Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
i have three dropdowns state,country,city and Gridview
while selecting the dropdowns page is also loading
i want to restrict page while selecting dropdowns

page_load{
if(Ispostback)
{bindgridview}}
Posted
Comments
[no name] 23-Feb-13 5:53am    
check dropdownlist postback property is true or not
devchina 23-Feb-13 5:55am    
ALL dropdowns autopostback=true
but every time page is loading

1 solution

Please follow the link below. Here is a complete solution of you problem i think.

http://www.aspsnippets.com/Articles/Populate-Bind-DropDownList-using-JavaScript-and-ASP.Net-AJAX.aspx[^]

Happy coding/...
 
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