Hi,
first of all, what do you mean by "old core ajax"? ASP.NET AJAX is a framework that helps ASP.NET 2.0 developers to smoothly integrate AJAX functionality into their projects. There are many of such libraries/frameworks for AJAX available but ASP.NET AJAX is the one that's created by Microsoft.
Grz, Kris.
thanx for replyI mean, simple ajax, which we use with any third party tool.....also can u tell me some other libraries and frame work names for Ajax (specially they support asp.net 1.1)thanks once againsajjad
Hi,
you can also use only the client scripts from the ASP.NET AJAX framework, known as the Microsoft AJAX Library.
Other frameworks are AJAX.NET, Anthem and I believe MagicAJAX's also one of them.
Grz, Kris.
thanx for reply,Please do me a more favour...i have a website which is developed in vs 2003 and i need to use some asp.net ajax feature...here is my complete post regarding this issue...http://forums.asp.net/thread/1584610.aspxplz helpthanks once againsajjad
Well, In my opinion there are different methods for integration ajax functionality in your application. for instance
ManualAJAX = This will be achieve by writing a your own java script whichwill call any xml page from the server and then rendered the result atruntime. In this scenrio you just be limited to getting results bypassing parameters and no doubt It require lots of time to make allthese things done
now lets come to the
Tool Based AJAX = AJAX.net , MajicAjax and Asp.net AJAX are someexample for this. these tools can enhance your productivity, and giveyour application a boost start in integration AJAX.
In my eyes, I see not much different in so called "old core ajax" and in Asp.net AJAX because it both relate to same category.
Cheers
No comments:
Post a Comment