|
Ajax Control Toolkit-Framework3.5 SP1 - Version 3.
|
|
28.09.2008 14:26:58
- Filed under :
Asp.net
|
AJAX
|
|
|
Release Notes - Version 3.0.20820 2008-08-20 release of the AJAX Control Toolkit targets the official release of .NET Framework 3.5 SP1 and Visual Studio 2008 SP1.
To download : http://www.codeplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=16488
How To Implement :
- Download source version. (AjaxControlToolkit-Framework3.5SP1.zip)
- Extract it to C:\Program Files\Ajax Control Toolkit (create directory)
- Copy content of C:\Program Files\Ajax Control Toolkit\SampleWebSite\Bin to C:\Program Files\Ajax Control Toolkit\Binaries
- In VS2008 toolbox. Add tab - Choose items
- Select C:\Program Files\Ajax Control Toolkit\Binaries\AjaxControlToolkit.dll
Keywords : Ajax Toolkit 3.0, Updates for .NET Framework 3.5 SP1 and Visual Studio 2008 SP1
|
with 0 comments
|
|
|
AJAX Control Toolkit - Setup your environment
|
|
04.08.2007 18:49:25
- Filed under :
AJAX
|
|
|
Install
binaries
- Install the latest
ASP.NET AJAX Extensions
1.0 package
- Unpack the AJAX Control
Toolkit into a folder on your computer
Configure Visual Studio 2005 or Visual
Web Developer
- Create a new
web site from the ASP.NET AJAX web site template by opening the "File"
menu, clicking "New", "Web Site...", and picking "ASP.NET AJAX Web
Site" under "My Templates"
- Right-click on the
Toolbox and select "Add Tab", and add a tab called "AJAX Control
Toolkit"
- Inside that tab, right-click on the
Toolbox and select "Choose Items..."
- When the
"Choose Toolbox Items" dialog appears, click the "Browse..." button.
Navigate to the folder where you installed the ASP.NET AJAX Control
Toolkit package. You will find a folder called "SampleWebSite", and
under that another folder called "bin". Inside that folder, select
"AjaxControlToolkit.dll" and click OK. Click OK again to close the
Choose Items Dialog.
- You can now use the included
sample controls in your web sites!
Note 1 : Add 3 dll to your
reference from "C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX
Extensions\v1.0.61025". And set it's "Copy Local" property to "True".
These operation provide you to add related dll to bin directory instead
of using GAC. Havent you seen "Copy Local" property
? May be you do not know "Web Application Project". Web Application
Project Model is a new web project option for Visual Studio 2005 that
provides the same conceptual web project approach as VS 2003 (a project
file based structure where all code in the project is compiled into a
single assembly) but with all the new features of VS 2005 (refactoring,
class diagrams, test development, generics, etc) and ASP.NET 2.0
(master pages, data controls, membership/login, role management, Web
Parts, personalization, site navigation, themes,
etc).
Note 2
: You should have these record at
web.config <system.web> <httpHandlers>
<add verb="GET,HEAD" path="ScriptResource.axd"
type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
validate="false"/>
</httpHandlers>
Keywords :
AJAX
Control Toolkit setup, AJAXExtensionsToolbox.dll, System.Web.Extensions.Design.dll, System.Web.Extensions.dll
|
with 0 comments
|
|
|
Element “ScriptManager” is not a known element.
|
|
13.02.2007 11:45:34
- Filed under :
AJAX
|
|
|
If you moved from Ajax Beta2 to RC1 you might encounter that kind of problem, all other controls are affected as well like Element ‘UpdatePanel’ is not a known element. Element “ScriptManager” is not a known element. This can occur if there is a compilation error in the website.
Your form.designer.cs is no longer code generating anything, and you are using a master page – then you can probably fix it by doing the following:
- Open your master page in the designer by double clicking it in visual studio.
- Open your suspect .aspx file
- Right click on the toolbox in visual studio and click 'Reset Toolbox'
- Wait for this to complete
- Delete the "script manager" or "update panel" that you dropped before (if it exist)
- Switch to "Design Mode", and drop a new script manager from the ajax extensions group onto the page.
- Check that your designer is now regenerating code.
- And build your project
Hope this helps.
Related Terminology : Asp.net Ajax 1.0 RC1 migration
|
with 0 comments
|
|
Previous
|
Next
Current Page: 1
|
|