Asp.Net Ajax

There are 2 entries for the tag Asp.Net Ajax

Silverlight 2 vs. Asp.Net Ajax

Shameless plug for my new blog:  silverlightforbusiness.net And the latest article:  Silverlight 2 vs. Asp.Net Ajax Cheers Ian Technorati Tags: Silverlight,asp.Net Ajax

Simple jQuery Asp.net Ajax Example

With the news that Microsoft are going to include jQuery in future asp.net ajax releases I thought I’d have a go at a very simple example to see how it all fits together. The objective here is to have a wcf ajax service that returns an object and a simple ui that is controlled by jquery code and to illustrate: The two libraries work well together without any immediate conflicts It is simple to set-up and use First I created a new .net 3.5 Asp.Net web site and...