Client Side AJAX in ASP.NET 4.0
AJAX is most used technology these days, this avoids page reloads and user will not get frustrated, however it still requires a post back to server so ASP.NET 4.0 introduced ClientSide AJAX which is achieved by using some jQuery and server side service
Here I am going to build a sample using Northwind database Categories and [...]