these tutorials on w3schools are about using pure javascript for ajax calls. This is not ASP.NET ajax which is a wrapper/library around javascript to take away the obscure settings and usages of the xmlhttprequest. If you want to learn ASP.NET AJAX I suggest
that you take a look for the tutorials under the Learn tab:
http://www.asp.net/learn/ajax/ and
http://www.asp.net/learn/ajax-videos/.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
rchiu5hk
Member
131 Points
663 Posts
w3school ajax tutorial in asp.net version
Jul 17, 2009 04:36 AM|LINK
Dear all,
I find some ajax tutorials in the web and find some such as .
http://www.w3schools.com/Ajax/Default.Asp
Which is mainly asp file. You can take a look!!
But if similarly used in asp.net, what it should be???
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: w3school ajax tutorial in asp.net version
Jul 17, 2009 04:40 AM|LINK
Hi,
these tutorials on w3schools are about using pure javascript for ajax calls. This is not ASP.NET ajax which is a wrapper/library around javascript to take away the obscure settings and usages of the xmlhttprequest. If you want to learn ASP.NET AJAX I suggest that you take a look for the tutorials under the Learn tab: http://www.asp.net/learn/ajax/ and http://www.asp.net/learn/ajax-videos/.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!