Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on how to use AJAX in ASP.NET application within the ASP.NET forums, part of the Web Development category; Hello, Can some body tell me how to use AJAX in our ASP.NET application with xml:http request?Plz Answer, I am eagerly waiting, Thanks...
|
|||||||
|
|||
|
how to use AJAX in ASP.NET application
Hello,
Can some body tell me how to use AJAX in our ASP.NET application with xml:http request?Plz Answer, I am eagerly waiting, Thanks |
| Sponsored Links |
|
|||
|
Re: how to use AJAX in ASP.NET application
Hi,
In .net 2003 we have no special features for using AJAX in asp.net we must write the AJAX code in html code, but when it comes to 2005 we have special library called Atlas dot net we can download it from the msdn. It will comes with one library and two or more controls that controls supports asychronous communcation it will provide all AJAX features if you want implementaion for 2003 i will send it to u....... Regards, hari prasad |
|
|||
|
Re: how to use AJAX in ASP.NET application
Hi friend, Its very easy to use AJAX in asp.net , for that you need to first download ajax extension and then ajax control tool kit.
please visit this link AJAX : The Official Microsoft ASP.NET Site Let me know if you have facing any issue. |
|
|||
|
Re: how to use AJAX in ASP.NET application
These are the steps to be followed
Step 1 ownload the DLL Step 2:Add the reference of that dll in ur webapplication Step 3:Go to webconfig then add the tagprefix inside the <system.web> tag Step 4:Now in ur inline coding u would be able to get the tags that are required. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ajax | sripri | AJAX & XML | 7 | 05-21-2007 12:14 PM |
| Winrunner and AJAX | JobHelper | WinRunner | 0 | 12-27-2006 10:01 AM |
| Testing for Security in the Age of Ajax Programming | Lokesh M | Testing Issues | 0 | 09-29-2006 01:23 AM |
| Implementing Web Application using AJAX | suji | AJAX & XML | 1 | 05-16-2006 12:45 AM |