Question:
If I would like to incorporate AJAX tools into my projects, am I required to use the AJAX Control Toolkit Web Site template to design my projects instead of using the ASP.NET Web Site template?
Thanks in advance.
Answer1:
Which framework are you using ?
IF 3.5 and you do not intend to use the toolkit then asp.net website template would suffice
If using 2.0 and using VS.NET 2005 and you do not intend to use the toolkit then asp.net Ajax Enabled website template
Answer2:
Framework 2.0
Thank you for the information.
If I want to use the toolkit on a project that is an ASP Web template, is it as easy as adding those files to the AJAX project?