Using jQuery in ASP.NET

When using the AJAX function in jQuery, do I also need to install ASP.NET AJAX / .NET 3.5? or can I only use ASP.NET AJAX?

I do not understand if I can use AJAX in ASP.NET without ASP.NET AJAX or not.

+5
source share
4 answers

No , you do not need to install ASP.NET AJAX to use jQuery AJAX functions.

You can invoke PageMethods and web services without requiring a control ScriptManager(which generates JavaScript proxy objects that allow you to use familiar syntax to invoke web services and page methods).

jQuery ASP.NET AJAX

jQuery - ASP.NET JSON

+8

jQuery. jQuery - javascript, ASP.NET , PHP JSP.

, jQuery ASP.NET jQuery ASP.NET 3.5 AJAX.

jQuery AJAX, , ASP.NET. , aspx, ASP.NET UpdatePanel jQuery AJAX, .

+1

No, if you use jQuery, you do not need ASP.NET AJAX.

0
source

ASP.NET Ajax is not needed to use jQuery, but the two work well together, hence Microsoft's support .

0
source

All Articles