home / developersection / category
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
The Ajax Toolkit MaskedEditExtender Control in ASP.NetThe MaskedEdit is an ASP.NET AJAXextender that attaches to a TextBox control to restrict the
The ListSearchExtender lets you search for items in a ListBox or DropDownList. The extender performs an incremental search within the ListBox based on what has been typed so far.
Ajax Toolkit HoverMenuExtender Control in ASP.NetThe ASP.NET AJAX HoverMenuExtender can be attached to any ASP.NET WebControl. The extender associa
FilteredTextBox is an extender which prevents a user from entering invalid characters into a text box. FilteredTextBox Properties:TargetControlID - T
HTMLEditor is an ASP.NET AJAX Control that allows you to easily create and edit HTML content. Various buttons in toolbar are used for content editing.
Drop Shadow is an extender which applies a "Drop Shadow" to a Panel. It allows you to specify how wide the shadow is as well as how opaque it is, or if you would like rounded corners.
The DropDown control in the AJAX Control Toolkit offers a simple way to create a drop down at client-side. We use this control default syntax is adde
The DragPanel extender allowsusers to easily add "draggability" to their controls. The DragPanel targets any ASP.NET Panel and takes an additional pa
The ConfirmButtonExtender check the confirmation of end user action. ConfirmButton Properties:TargetControlID -The ID of the button or link for thi
The ComboBox works like a combination between a standard ASP.NET DropDownList control and a TextBox control. You can either select from a pre-existing list of items or enter a new item.
ColorPicker is an ASP.NET AJAX extender that can be attached to any ASP.NET TextBox control. It provides client-side color-picking functionality with
The CollapsiblePanel is used to collapse and expand any web page content or controls inside asp.net panel control. Panel control will expand and collapse by using label control or LinkButton control.