[jQuery] Re: ADO.NET and JQuery

2008-09-10 Thread MorningZ
also to note Rick Strahl's blog is an awesome resource for talk of ASP.NET with jQuery http://www.west-wind.com/Weblog/ShowPosts.aspx he's definitely the man

[jQuery] Re: ADO.NET and JQuery

2008-09-10 Thread MorningZ
There's a zillion ways to do this, but this is the way i do most my stuff if it helps you at all I use jQuery with .NET and i typically make a $.ajax call to a generic handler... super, and i mean bare to the bones, stripped down example Page (aspx): http://paste.pocoo.org/show/84931/ Handler (