Jump to content
xisto Community
Sign in to follow this  
innosia

Prepare Asp.net For Ajax

Recommended Posts

To enable ajax in asp.net you will need- ASPAJAXExtSetup.msi (Ajax extension, search it from google and download), install this and your asp.net will have ajax namespace and can be used for ajax- ASPNETAJAXVS2008.msi (ajax web extension, search it from google and download), install this and then your VS 2008 IDE will have ajax featuresFrom File, then click New Project, and select Ajax1.0 Enabled ASP.NET. And now your website is really for Ajax

Share this post


Link to post
Share on other sites

Hi!@innosiaYou do not really have to install anything if you want to develop an AJAX-based ASP.NET website with Visual Studio 2008 because the AJAX components are already included. When you go to File > New > New Project, AJAX ASP.NET project is listed as one of the project types that you can create without having to install any additional Visual Studio extensions or third party components.A recent trend among many ASP.NET developers is to use jQuery instead of the Microsoft AJAX libraries, in which case you do not need the AJAX extensions at all - you can create a regular ASP.NET website and add in the jQuery library as a regular Javascript file and include the script onto your ASP.NET pages and master pages.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.