Question:
Hi everyone,
I have installed .Net Framework 2.0 & ASP.NET 2.0 AJAX Extensions 1.0 and am using Visual Studio 2005. I also download AJAX Control Toolkit and try to place it in my VS 2005 following a tutorials video from Microsoft step by step. As I want to fire AjaxControlToolkit.sln, an eroor message "the AjaxControlToolkit.csproj is not istalled" appears, Do I miss anything? Please, help.
Answer1:
In the toolbox you have to right click and "choose items" and add the AjaxControlToolkit.dll also you can add reference to the dll
Hope this helps.
Answer2:
Hi avidyarthi,
Thank you. I finally get AJAX Control Toolkit into my Visual Studio. Now, I have another problem. I need to build a web application with tab pages on it. I need to place a TabContainer on my page first, then place the TabPanel. But there is not a TabPanel in my AJAX Control Toolkit, What should I do now?