tags:

views:

129

answers:

1

I'm using jQuery with ASP.NET 3.5 and the ajaxDotNet plugin. What are the differences are between these two?

+1  A: 

ajaxDotNet plugin uses the jQuery's native ajax functions but it is specifically designed for calling ASP.NET PageMethods and JSON enabled web services.

Darin Dimitrov
Thanx darin! if u dont mind me asking if there is any reason why one can't use jquery.ajax() to achieve the same? I've seen some posts on Dave Wards site (Encosia) where he calls page methods with jquery.ajax() - if Im not mistaken.Would you recommend using the ajaxDotNet plugin then for Page Methods and WServices over jquery.ajax()?
Shalan