| Author: Ritesh N. Jain 27 Aug 2008 | Member Level: Gold | Rating:  Points: 3 |
Check this link,This shows hows to install the Ajax,Also you can download the setup from the link at bottom.
http://asp.net/ajax/documentation/live/InstallingASPNETAJAX.aspx
|
| Author: Kiran Kumar 27 Aug 2008 | Member Level: Gold | Rating:  Points: 5 |
we need to install ASPAJAXExtSetup 1.1
and you can find code when you "download the Control ToolKit" the complete code will be in the website folder in the zip file downloaded by you from the following link.
http://www.asp.net/ajax/ajaxcontroltoolkit/
You can see the samples from
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/
Please let us know if you find any more problems.
Thanks, Kiran Kumar T.
|
| Author: Sabarees 27 Aug 2008 | Member Level: Gold | Rating:  Points: 6 |
hi friend,
use the below link and download the first option (Zip file) on the page.
http://www.codeplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=16488
Then you have to do the following on your visual studio screen:
ToolBox --> RightClick --> ChooseItems --> (In the Dialog Box) Click Browse --> Select Downloaded file's(SampleWebsite --> Bin --> AjaxControlToolkit.dll) DLL --> Click OK.
then all the tools will be added into your tool box, after that you just drag and place the tools like other tools. Down loaded file also having one folder named "Sample Website" you just open that folder on your visual studio editor and run that application, it has all the controls and methods to use the controls.
All the best !!! Regards Sabarees.M
All The Best !!! Help to Others
|
| Author: Pradeep Kumar Chaudhary 27 Aug 2008 | Member Level: Gold | Rating:  Points: 6 |
Hi Colleen, You can install Microsoft ASP.NET extension for AJAX.So begin by pointing your browser at the "http://www.asp.net" website.Click on the AJAX link top of the page then to get the product click on the download button and select download Asp.Net Ajax version1.0.Download the installer its just 1.36mb so quick download.Double click on the *.msi file along the installer.So it is just take few second to install.Now we can start building a first application.So for a visual studio or a visual web developer can select create a website and we can choose the "ASP.NET AJAX-Enabled Web Site" that template is install in visual studio or visual web developer because we install the MS AJAX extensions. Now your website is ready for development....
Thank you -Pradeep
|