Archive for the ‘jQuery’ Category

The ASP.NET Roadmap and Why Event Sinks are Unnecessary

Recently, the ASP.NET Roadmap was published on Codeplex. It goes into a good amount of detail about some of the potential future enhancements of ASP.NET Ajax such as DOM databinding and a number of features that are an attempt to catch up to the better Ajax libraries such as jQuery and Dojo. There are a […]

Using jQuery & JSON with ASP.NET

There was a recent post on Encosia about how to use jQuery to interact with web services. In this article I will expand on a couple of the points and add a few new wrinkles
Creating the Web Service
The first thing that we need to do is to define our web service. I am using ASP.NET […]