What is the difference between Ajax Client and Ajax Server controls?
-
Hi all, can any one help me, by explaining the difference between AjaxClent and AjaxServer? i am a bit confused with the two words! Ajax was introduced for the providing Client-side functionality(Like javaScript) and more user responsive web pages. then how the term "AjaxServer" controls came in between! what is it? what is the difference? Thanks in advance!
fttyhtrhyfytrytrysetyetytesystryrty
-
Hi all, can any one help me, by explaining the difference between AjaxClent and AjaxServer? i am a bit confused with the two words! Ajax was introduced for the providing Client-side functionality(Like javaScript) and more user responsive web pages. then how the term "AjaxServer" controls came in between! what is it? what is the difference? Thanks in advance!
fttyhtrhyfytrytrysetyetytesystryrty
Where did you read this stuff ? Ajax conrols always run on the client and call the server, as you say.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Hi all, can any one help me, by explaining the difference between AjaxClent and AjaxServer? i am a bit confused with the two words! Ajax was introduced for the providing Client-side functionality(Like javaScript) and more user responsive web pages. then how the term "AjaxServer" controls came in between! what is it? what is the difference? Thanks in advance!
fttyhtrhyfytrytrysetyetytesystryrty
There are two type of controls in ASP.NET. Thery are (i)ASP.NET Server(sometimes claled Server control) controls and (ii) HTML controls. The server controls are prefixed with . We can also create our own custom server controls. A custom server control having AJAX functionality is called AJAX server control. To learn how to create a custom Web server control with ASP.NET AJAX functionality using the AJAX extensions in the Microsoft AJAX Library, see this[^]