Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a drop down which contain all countries, and when select any country from dropdown, then it's state should display in state dropdownlist.

here i have written code in server side,
and i have keep these two dropdown control in update panel, so it is working ok.

but i want to know what is the alternate of update panel which will work like update panel, means no need to load full page
Posted

check out update panel tips:
http://msdn.microsoft.com/en-us/magazine/cc163413.aspx

Use
Page.IsCallback
 
Share this answer
 
You may use Traditional Ajax as an alternate for Update Panel.

Have a look at below link. Hope this helps you.
Simplifying Asp.Net Core Ajax
 
Share this answer
 
v2

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