|
-
Dec 11th, 2009, 05:06 PM
#1
ASP.Net - How do I add an AJAX Form to my Web Application?
The answer to this question really depends on which version of Visual Studio you are using.
Visual Studio 2005
This is achieved by using the AJAX Enabled Web Application Template from within the New Project Dialog.
// TODO: Need to add an image here, however, don't have Visual Studio 2005 Installed
This will then add all the necessary references that are required to begin creating an AJAX Enabled Web Application.
Visual Studio 2008
The AJAX Enabled Web Application Template no longer exists in Visual Studio 2008, but rather, you are able to add an AJAX Web Form to any Web Application that you are currently using. This is achieved by:
- Right click on your project
- Select Add | New Item
- In the Add New Item Dialog Select "Web" under Categories
- Select AJAX Web Form under Templates

This will now add all the necessary references that are required for adding AJAX functionality to your page.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|