What is the difference between ASP.NET AJAX and AJAX i am totally confused by thinking these are the same and how one is different from another and which is best to use?
It is not about what caused you to fall flat on your back that defines you; it is what you do to get back up on your feet.
Asynchronous JavaScript And XML is a client side technique to make web pages more 'seamless' and interactive. As in the name, it consist of a mixture of javascripting
and xml (XMLHTTPRequest)
Asp.Net AJAX - is a .net library built using AJAX to do Asynchronous calls also has bult-in control. It provides ready made controls and fastens the process.
For example we have a dozen of readymade controls that asp.net ajax provides, the same can be done using Javascript and xml (we can create an asynch request to the server get some data and show it in Modal popup).
.net_junkie
Member
297 Points
825 Posts
Difference between ASP.NET AJAX vs AJAX
Apr 23, 2012 04:17 AM|LINK
What is the difference between ASP.NET AJAX and AJAX i am totally confused by thinking these are the same and how one is different from another and which is best to use?
nijhawan.sau...
All-Star
16400 Points
3173 Posts
Re: Difference between ASP.NET AJAX vs AJAX
Apr 23, 2012 04:36 AM|LINK
Asynchronous JavaScript And XML is a client side technique to make web pages more 'seamless' and interactive. As in the name, it consist of a mixture of javascripting and xml (XMLHTTPRequest)
Asp.Net AJAX - is a .net library built using AJAX to do Asynchronous calls also has bult-in control. It provides ready made controls and fastens the process.
.net_junkie
Member
297 Points
825 Posts
Re: Difference between ASP.NET AJAX vs AJAX
Apr 23, 2012 06:01 AM|LINK
I want to know some more differences and why ASP.NET AJAX came into existence.
nijhawan.sau...
All-Star
16400 Points
3173 Posts
Re: Difference between ASP.NET AJAX vs AJAX
Apr 23, 2012 06:08 AM|LINK
Just to make asp.net developers life easier.
For example we have a dozen of readymade controls that asp.net ajax provides, the same can be done using Javascript and xml (we can create an asynch request to the server get some data and show it in Modal popup).
jmnsy
Member
34 Points
9 Posts
Re: Difference between ASP.NET AJAX vs AJAX
Apr 23, 2012 06:28 AM|LINK
Hello Friend,
The following videos give you the knowledge about AJAX.NET
http://www.bestdotnettraining.com/Online/Training/ASP-NET/AJAX-NET/61
chetan.sarod...
All-Star
65749 Points
11148 Posts
Re: Difference between ASP.NET AJAX vs AJAX
Apr 23, 2012 10:24 AM|LINK
http://channel9.msdn.com/Forums/Coffeehouse/253582-AspNet-AJAX-vs-Plain-old-Ajax
http://www.asp.net/web-forms/videos/aspnet-ajax
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.