If we have ASP.NET AJAX, why should we learn Ajax?
-
Hi all, I'm newbie of ASP.NET, and i want to use Ajax in ASP.NET. But i realize that Ajax is supported in ASP.NET by ASP.NET AJAX. And if i want to use Ajax, i just put that control to UpdatePanel. And i think the security of ASP.NET AJAX is better than i write a file with tranditional Ajax Therefore, i don't know why should we learn Ajax when i have ASP.NET AJAX. Please let me know why should i learn Ajax?
-
Hi all, I'm newbie of ASP.NET, and i want to use Ajax in ASP.NET. But i realize that Ajax is supported in ASP.NET by ASP.NET AJAX. And if i want to use Ajax, i just put that control to UpdatePanel. And i think the security of ASP.NET AJAX is better than i write a file with tranditional Ajax Therefore, i don't know why should we learn Ajax when i have ASP.NET AJAX. Please let me know why should i learn Ajax?
Well the reason you should learn AJAX .. is to know how AJAX works, This will help you understand why something is not behaving the way you want it to behave, also when trying to optimize performance in your applications, extending or creating new controls.
Greets! Joel
-
Hi all, I'm newbie of ASP.NET, and i want to use Ajax in ASP.NET. But i realize that Ajax is supported in ASP.NET by ASP.NET AJAX. And if i want to use Ajax, i just put that control to UpdatePanel. And i think the security of ASP.NET AJAX is better than i write a file with tranditional Ajax Therefore, i don't know why should we learn Ajax when i have ASP.NET AJAX. Please let me know why should i learn Ajax?
Well, it depends. Do you want to be a capable programmer, or just a reuser of libraries ? If you just have a need to create something and walk away from it, use Microsoft's library. If you want to be able to optimise, to understand what is happening, and to have full control over the process, learn how to do it yourself.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi all, I'm newbie of ASP.NET, and i want to use Ajax in ASP.NET. But i realize that Ajax is supported in ASP.NET by ASP.NET AJAX. And if i want to use Ajax, i just put that control to UpdatePanel. And i think the security of ASP.NET AJAX is better than i write a file with tranditional Ajax Therefore, i don't know why should we learn Ajax when i have ASP.NET AJAX. Please let me know why should i learn Ajax?
First u ahv to understand wat is ajax. and the working of AJAX.Actually ajax is a TEchnology using in web applications for the asyncronize data tranfer. But u hav to study Javascript and Xml very well. Then only u can use AJAX[ Asyncronize Javascript And Xml]
Sarith...