Topic Index
The ASP.NET Ajax Control Toolkit is a shared source collection of components that makes it easy to build and consume rich client-side Atlas controls and extenders.
The toolkit provides both ready to go samples and a powerful SDK to simplify the creation and re-use of your own custom controls and extenders.
To begin, download the Ajax Control Toolkit-Frameworks 3.5 zip file and extract it to your u: drive
Note: to learn about JavaScript or to modify an Ajax Control, download the source code with the Toolkit
One of the easiest Toolkit controls to use is the ConfirmButtonExtender. It is useful for anything that requires confirmation from the user.
Day 21
asp:ScriptManager to the Default.aspx page
asp:Button and an asp:Literal onto the page
ConfirmButtonExtender onto the Default.aspx page
TargetControlId to Button1
@ConfirmText@ property to "Are you sure?"
The majority of the AJAX Toolkit controls are extender controls. Extender controls provide additional features to other asp.net controls
FilterType property to "Numbers"
asp:TextBox to your page
MaskededitExtender to the Textbox
AutoCompleteExtender
EnablePageMethods to "true"
TextBoxWatermarkExtender to the TextBox
WatermarkText to "Enter Name"
Page last modified on April 29, 2008, at 12:11 PM