Tag Archives: HttpHandler

Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using a Custom HttpHandler by Dan Wahlin

In my previous post I discussed how ASP.NET MVC controllers could be used to serve up JSON data to applications. Examples of additional technologies that can be used are shown next: 1. ASP.NET Web Services (.asmx) 2. Windows Communication Foundation 3. ASP.NET MVC Controller/Action 4. Custom HttpHandler 5. Web API With ASP.NET MVC you can … Continue reading Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using a Custom HttpHandler by Dan Wahlin

Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Part I by Dan Wahlin

Web applications have changed a lot over the years. When they first started in the 90's nearly every action a user performed on a page caused the page to fully reload. Full page postback operations were the norm and something that everyone expected. As the Web matured developers were given additional tools to exchange data … Continue reading Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Part I by Dan Wahlin