Converting Non Ajax enabled project - to an Ajax enabled - for Ajax toolkit

I have a new requirement which needs a calendar control as in the ajax toolkit.
But my application is in VS 2005 and is not an ajax enabled project.

How difficult is it to convert the project to an ajax enabled one?
If it is relatively easy to do it, will the conversion affect the behavior of the other pages within the project
which essentially dont use ajax functionality?
Can someone please advise ?

0
zumbro
10/16/2008 12:48:31 PM
📁 asp.net.ajax_control_toolkit
📃 17816 articles.
⭐ 1 followers.

💬 2 Replies
👁️‍🗨️ 1461 Views

Hi,
Converting your web application to Ajax enabled is very simple.
It won't affect the other pages in you application.
You can read about it in the following links:
How Do I:Add ASP.NET AJAX Features to an Existing Web Application?
How Do I:ASP.NET AJAX Enable an Existing Web Service?


I Hope it helps.
Gil Fink
MCPD Enterprise Applications Developer
http://blogs.microsoft.co.il/blogs/gilf
0
gilfink
10/16/2008 12:53:27 PM

Perfect ! Thanks !!

0
zumbro
10/17/2008 8:03:41 AM