AJAX help
-
Hi, Can anyone tell me in step by step how to enable AJAX in VSS 2005. i need to know what are thae things needed to be installed if first step and also a steps to add a simple AJAX control in my sample application(any control). If you know any link which teaches AJAX concepts please let me know. Thanks n Regards, Umashanker.k
-
Hi, Can anyone tell me in step by step how to enable AJAX in VSS 2005. i need to know what are thae things needed to be installed if first step and also a steps to add a simple AJAX control in my sample application(any control). If you know any link which teaches AJAX concepts please let me know. Thanks n Regards, Umashanker.k
Check it out........ http://www.asp.net/ajax/ in this u will find........ the process download the necessary things
-
Hi, Can anyone tell me in step by step how to enable AJAX in VSS 2005. i need to know what are thae things needed to be installed if first step and also a steps to add a simple AJAX control in my sample application(any control). If you know any link which teaches AJAX concepts please let me know. Thanks n Regards, Umashanker.k
umashankergr8 wrote:
Can anyone tell me in step by step how to enable AJAX in VSS 2005
AJAX is a concept, which works with browser. It don't have anything to do with VisualStudio2005. Do you mean Microsoft's AJAX toolkit ? Then download the AJAXExtensions.msi file, install it on server, Download AJAXToolkit.dll, refer it to your website. Now Start new project, you can see a new template called AJAXEnabled website. Start that and work with AJAX tools.
umashankergr8 wrote:
you know any link which teaches AJAX concepts please let me know.
For AJAX toolkit and usage, visit www.ajax.asp.net[^]. For learning AJAX visit http://www.w3schools.com/ajax/default.asp[^]
-
Hi, Can anyone tell me in step by step how to enable AJAX in VSS 2005. i need to know what are thae things needed to be installed if first step and also a steps to add a simple AJAX control in my sample application(any control). If you know any link which teaches AJAX concepts please let me know. Thanks n Regards, Umashanker.k
You don't need anything to do AJAX. If you want to use the Microsoft AJAX library, you need to download it. Otherwise, you just need to read on how to use it, it's just javascript.
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 )