Tag: Ajax
DropDownList Country-State-City Cascading using Ajax
Now here in this tutorial, I'll explain how to bind dropdownlist country-state-city cascading using ajax without page refresh that depends on one another in...
Call Server-side Function Using jQuery Ajax Call
In my previous tutorials, I'd explained ajax introduction with example, how to call server-side method from javascript, how to call javascript function from code-behind...
How to use AJAX in Asp.net with Example?
AJAX in Asp.net
AJAX in Asp.net - One major difference between the Web Applications and Desktop Applications is that Web Applications are stateless. That...