Updated Wiki: Download & Install
Follow the steps below to download and start using the Ajax Control Toolkit with Visual Studio: Download the Ajax Control ToolkitThe first step is to download the Ajax Control Toolkit. You can download...
View ArticleUpdated Wiki: Download & Install
Follow the steps below to download and start using the Ajax Control Toolkit with Visual Studio: Download the Ajax Control ToolkitThe first step is to download the Ajax Control Toolkit. You can download...
View ArticleUpdated Wiki: AlwaysVisible Control
Ajax Control Toolkit AlwaysVisible Control The AlwaysVisible control extends any ASP.NET control and lets you pin it to the page so that it appears to float over the background body content when it is...
View ArticleUpdated Wiki: Displaying a Fixed Panel
Displaying a Fixed Panel with the AlwaysVisible Control Extender In this tutorial, you learn how to use an AlwaysVisible control extender to cause a Panel control to appear statically in a page. There...
View ArticleUpdated Wiki: AsyncFileUpload Control
Ajax Control Toolkit AsyncFileUpload AsyncFileUpload is an ASP.NET AJAX Control that allows you asynchronously upload files to server. The file uploading results can be checked both in the server and...
View ArticleUpdated Wiki: AsyncFileUpload Control
Ajax Control Toolkit AsyncFileUpload AsyncFileUpload is an ASP.NET AJAX Control that allows you asynchronously upload files to server. The file uploading results can be checked both in the server and...
View ArticleUpdated Wiki: Animation Control
Ajax Control Toolkit Animation The AnimationExtender class lets you use a powerful animation framework with existing pages in an easy, declarative fashion. It plays animations whenever a specific event...
View ArticleUpdated Wiki: Creating a Yellow Fade Effect
Creating a Yellow Fade Effect In this tutorial, you learn how create a yellow fade effect by taking advantage of the Ajax Control Toolkit Animation control. Using a yellow fade effect is a good way to...
View ArticleUpdated Wiki: AutoComplete Control
Ajax Control Toolkit AutoComplete AutoComplete extends any ASP.NET TextBox control. It associates that control with a popup panel to display words that begin with the prefix that is entered into the...
View ArticleUpdated Wiki: AutoComplete Control Reference
AutoComplete Reference AutoCompleteExtender Server Reference Extender that provides suggestions to fill input in a textbox. AutoCompleteExtender Server Properties Name Description CompletionInterval...
View ArticleUpdated Wiki: Displaying a Simple Auto-Complete TextBox
Creating a Simple Auto-Complete TextBox In this tutorial, you learn how to apply an AutoCompleteExtender control to a TextBox in order to display auto-complete suggestions as you type.We'll create an...
View ArticleUpdated Wiki: Displaying a Simple Auto-Complete TextBox
Creating a Simple Auto-Complete TextBox In this tutorial, you learn how to apply an AutoCompleteExtender control to a TextBox in order to display auto-complete suggestions as you type.We'll create an...
View ArticleUpdated Wiki: Displaying a Simple Auto-Complete TextBox
Creating a Simple Auto-Complete TextBox In this tutorial, you learn how to apply an AutoCompleteExtender control to a TextBox in order to display auto-complete suggestions as you type.We'll create an...
View ArticleUpdated Wiki: ParentAnimation
ParentAnimation Reference ParentAnimation Client Reference The ParentAnimation serves as a base class for all animations that contain children (such as , , etc.). It does not actually play the...
View ArticleUpdated Wiki: ParallelAnimation
ParallelAnimation Reference ParallelAnimation Client Reference The ParallelAnimation plays several animations simultaneously. It inherits from , but makes itself the owner of all its child animations...
View ArticleUpdated Wiki: SequenceAnimation
SequenceAnimation Reference SequenceAnimation Client Reference The SequenceAnimation runs several animations one after the other. It can also repeat the sequence of animations for a specified number of...
View ArticleUpdated Wiki: SelectionAnimation
SelectionAnimation Reference SelectionAnimation Client Reference The SelectionAnimation will run a single animation chosen from of its child animations. It is important to note that the...
View ArticleUpdated Wiki: ConditionAnimation
ConditionAnimation Reference ConditionAnimation Client Reference The ConditionAnimation is used as a control structure to play a specific child animation depending on the result of executing the...
View ArticleUpdated Wiki: CaseAnimation
CaseAnimation Reference CaseAnimation Client Reference The CaseAnimation is used as a control structure to play a specific child animation depending on the result of executing the selectScript, which...
View ArticleUpdated Wiki: CaseAnimation
CaseAnimation Reference CaseAnimation Client Reference The CaseAnimation is used as a control structure to play a specific child animation depending on the result of executing the selectScript, which...
View Article