Ajax Lesson #1

I've been working with Michael Schwartz's Ajax Library for .NET over the past couple of days.  FYI, I got it setup and running with .NET 2.0.50215.312 build of .NET.  Michael has a very clear and helpful 10 page word document that describes how to get things setup and going.  The library makes it very simple and straight forward to make the calls and get results back.

One of the things that I am finding is that to properly perform the javascript on the client, I need to have a good command of modern javascript.  I used to have a really good command of javascript, however, as I moved into ASP.NET, I gave up on client-side javascript.  Looks like I need to relearn my client-side javascript.

Wally

PS.  Thanks to DonXML for pointing out some issues with my javascript.

 

No Comments