category

home / developersection / category

Ajax Toolkit CalendarExtender Control in ASP.Net
ajax 06-Dec-2010
Ajax Toolkit CalendarExtender Control in ASP.Net

TheAJAX ControlToolkit has a CalendarExtender control that pops up a calendar whenever the user clicks on the target control. Calendar Properties:T

Ajax Toolkit AutoCompleteExtender Control in Asp.Net
ajax 06-Dec-2010
Ajax Toolkit AutoCompleteExtender Control in Asp.Net

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox.

Ajax Toolkit AsyncFileUpload Control in ASP.Net
ajax 06-Dec-2010
Ajax Toolkit AsyncFileUpload Control in ASP.Net

AsyncFileUpload is an ASP.NET AJAX Control that allows you asynchronously upload files to server. You can save the file by calling the SaveAs () method in a handler.

Ajax Toolkit AnimationExtender Control in ASP.Net
ajax 06-Dec-2010
Ajax Toolkit AnimationExtender Control in ASP.Net

The AnimationExtender control plays animations whenever a specific event like OnLoad, OnClick, OnMouseOver, or OnMouseOut is raised by the target control.

Ajax ToolKit AlwaysVisibleControlExtender in ASP.Net
ajax 06-Dec-2010
Ajax ToolKit AlwaysVisibleControlExtender in ASP.Net

AlwaysVisibleControlExtender is used to define area of content on user interface to remain visible when user scrolls around the rest of the content of the page.

Ajax Toolkit Accordion Control in Asp.net
ajax 06-Dec-2010
Ajax Toolkit Accordion Control in Asp.net

The Accordion is a web control that allows you to provide multiple panes and display them one at a time. The Accordion is implemented as a web control that contains AccordionPane web controls

Ajax Toolkit ScriptManagerProxy Control in ASP.Net
ajax 06-Dec-2010
Ajax Toolkit ScriptManagerProxy Control in ASP.Net

A Web page can contain only one ScriptManager control, either directly on the page or indirectly inside a nested or parent component. The ScriptManage

Ajax Toolkit ScriptManager Control in ASP.Net
ajax 06-Dec-2010
Ajax Toolkit ScriptManager Control in ASP.Net

ScriptManager control is the parent control that needs to be there on every page wherever we are trying to use ASP.NET AJAX controls. ScriptManager control manages client script for AJAX enabled ASP.NET pages.

Ajax Toolkit Control in Asp.Net
ajax 06-Dec-2010
Ajax Toolkit Control in Asp.Net

The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework. ASP.NET Ajax Control Toolkit was first released by Microsoft in early January 2006.

Ajax Toolkit SlideShowExtender Control in ASP.Net
ajax 06-Dec-2010
Ajax Toolkit SlideShowExtender Control in ASP.Net

SlideShow is an Extender that targets image controls. You can provide it with buttons to hit previous, next and play. You can configure the slideshow

Ajax Toolkit ValidatorCalloutExtender Control in ASP.Net
ajax 05-Dec-2010
Ajax Toolkit ValidatorCalloutExtender Control in ASP.Net

ValidatorCallout is an ASP.NET AJAX extender that enhances the functionality of existing ASP.NET validators. To use this control, add an input field and a validator control as you normally would.

Ajax Toolkit ToggleButtonExtender Control in ASP.Net
ajax 05-Dec-2010
Ajax Toolkit ToggleButtonExtender Control in ASP.Net

ToggleButton is an ASP.NET AJAX extender that can be attached to an ASP.NET CheckBox control. ToggleButton enables the use of custom images instead of tick mark in the CheckBox.