Visual Studio 2010!

Read now >

View Now
DevSource RSS FEEDS
XML Want an easy way to keep up with breaking tech news? And the Get DevSource headlines delivered to your desktop with RSS.
ADVERTISEMENT
ADVERTISEMENT

 

DevSource.com: Your Source for Visual Studio on Facebook
ADVERTISEMENT
Using AJAX For Rich Web Pages
By Rick Leinecker

Rate This Article: Add This Article To:

Using AJAX For Rich Web Pages - ' AJAX Controls '
( Page 3 of 3 )

Using the AJAX Controls

There’s more to AJAX thn the extensions. A rich set of controls is provided in the AJAX Control Toolkit. It cn be downloded from www.ASP.NET. Just go to the web site, click on the AJAX button, then click on the Downlod button, nd follow the links to downlod the ltest AJAX Control Toolkit.

The Toolkit is contined inside of ZIP rchive, so you’ll need to extrct it to your hrd drive. For the this explntion, I’ll use the extrct pth C:\Users\RCCUser\Documents\Visul Studio 2008\AJAX Toolkit. (Plese note tht I creted the AJAX Toolkit directory.) The ctul AJAX Control .dll file cn be found t C:\Users\RCCUser\Documents\Visul Studio 2008\AJAX Toolkit\SmpleWebSite\bin\AjxControlToolkit.dll.

Adding the AJAX Control Toolkit to the Visul Studio Toolbox

Before using the AJAX Control Toolkit, you’ll need to dd reference to the Visul Studio Toolbox. This will mke it esy to drg controls to the web ppliction’s form.

follow these steps:

Open the Visul Studio Toolbox.

Right click nd select Add Tb.

3.4.5.6.7.

Using AJAX Controls from the Toolkit

Now tht we hve the AJAX Toolkit instlled nd set up, we’ll get strted using the controls. We’ll begin by using ConfirmButtonExtender.

follow these steps:

Drw ConfirmButtonExtender control from the AJAX Toolkit tb re of the Toolbox onto the form right bove the button.

Open the ConfirmButtonExtender properties.

3.4.5.



 
 
>>> More Using Microsoft Visual Studio Articles          >>> More By Rick Leinecker