Videos tagged with Ajax Control Toolkit
In this video Joe demonstrates how to use the AJAX Control Toolkit to create a new custom AJAX Control Extender. Presented by Joe Stagner Date: 22 May 2009
ASP.NET AJAX: Editor Control Custom
In this video Joe demonstrates how to create a new class, derived from the AJAX Control Toolkit’s Editor control and implementing a “simple” user. Presented by Joe Stagner Date: 13 May 2009
ASP.NET AJAX: Editor Control
This video will demonstrate how to use the new Editor WYSIWYG Editor control from the Microsoft AJAX Control Toolkit. Presented by Joe Stagner Date: 13 May 2009
ASP.NET AJAX: Combo Box
This video will demonstrate how to use the new Combo Box control from the Microsoft AJAX Control Toolkit. Presented by Joe Stagner Date: 13 May 2009
ASP.NET AJAX: Color Picker
This video will demonstrate how to use the new Color Picker control from the Microsoft AJAX Control Toolkit. Presented by Joe Stagner Date: 13 May 2009
ASP.NET AJAX: Control Extenders
Watch this video to understand the difference between Controls and AJAX Control Extenders and how to use those extenders in your applications. Presented by Joe Stagner Date: 13 May 2009
ASP.NET AJAX: Utilize the AJAX Rating Control in the ASP.NET Toolkit
Joe Stagner demonstrates how to use the Rating Tool that ships with ASP.NET AJAX Toolkit. Presented by Joe Stager Date: 10 July 2008
ASP.NET AJAX: Use ASP.NET AJAX Cascading Drop Down Control to Access a Database
This video demonstrates how ASP.NET’s standard DropDownList can become AJAX-enabled using the CascadingDropDown control extender from the ASP.NET AJAX Control Toolkit. You will also see how easy it is for a web form to draw data from a Database. Presented by Joe Stagner Date: 13 March 2008
ASP.NET AJAX: How Do I: The AJAX Toolkit Reorder Control
In this video I will demonstrate the use of the reorder control that ships with the AJAX toolkit. The reorder control lets you present to your users a list of data items that can be reordered as the user prefers. Presented by Joe Stagner Date: 21 February 2008
ASP.NET AJAX: How Do I: Use the ASP.NET AJAX UpdatePanelAnimation Extender?
By adding animation to a partial-page update we can inform the user when an update is occuring, and when it has finished. The UpdatePanelAnimation extender adds animation effects to the ASP.NET AJAX UpdatePanel control, making use of the rich animation framework of the core ASP.NET AJAX Extensions. This video shows how you can define the sequence of effects for the UpdatePanelAnimation, and how...