Re: I can't find any equivalent to the 'it:TabPanel' control built in to ASP.net 3.5.
|
Sanju Somasekhar |
|
6/3/2008 4:30:44 AM |
ASP.NET AJAX is built into the framework 3.5 but t he toolkit is not. If you are using a 3.5 project then you'll want to have the 3.5 version of the toolkit installed. Download the latest release here http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=11121 Post Comments |
|
Re: I can't find any equivalent to the 'it:TabPanel' control built in to ASP.net 3.5.
|
Vargassa De'Silva |
|
6/3/2008 4:31:14 AM |
Tzang, You no longer need to choose the "Ajax-Enabled Website" template because every website created with VS2008 is, by nature, Ajax-enabled. The Toolkit is a separate set of tools that can be used or not used at the user's discretion. They still need to be downloaded and installed if you do. Just make sure you get the correct version for VS2008/.NET 3.5. There are two separate versions now. The other is the old one for VS2005. Post Comments |
|
Re: I can't find any equivalent to the 'it:TabPanel' control built in to ASP.net 3.5.
|
Velveit Royston |
|
6/3/2008 4:33:13 AM |
There's no tab control built into .NET 3.5. You need the one in the toolkit (which works really well, by the way).
As Disturbed Buddha suggested, the article you read sounds like it was referring to the fact that you don't need the Ajax Extensions anymore, since that is built into the 3.5 .NET Framework.
The Toolkit, Ajax Futures, and a few other things are still separate downloads. To complicate things, they now come in different versions depending on your IDE and the version of the framework you are working with. A little bit of DLL Hell, risen from the grave.
Post Comments |
|