tag

home / developersection / tag

ASP.Net AJAX Server Control: PasswordStrength Control
ajax 30-Sep-2010
ASP.Net AJAX Server Control: PasswordStrength Control

PasswordStrength Control:  It allows you to check the contents of a password in a TextBox control and validate its strength and also give the message.

ASP.Net AJAX Server Control: NumericUpDownExtender
ajax 30-Sep-2010
ASP.Net AJAX Server Control: NumericUpDownExtender

A it controls allows you to put some up / down indicators next to a TextBox control that enable the end user to more easily control a selection. It has main key properties are TargetControlID, Maximum, Minimum, Width.

AJAX Control Toolkit: ModalPopupExtender
ajax 29-Sep-2010
AJAX Control Toolkit: ModalPopupExtender

ModalPopupExtender use with ConfirmWindowExtender to show the confimation. The main key properties are: TargetControlIDCancelControlIDOkControlIDPopu

AJAX Control Toolkit: MaskedEditExtender and MaskedEditValidator
ajax 25-Sep-2010
AJAX Control Toolkit: MaskedEditExtender and MaskedEditValidator

MaskedEditExtender: It restricts the end user from entering specific text within textbox control. It contains main key properties TargetControlID an

AJAX Control Toolkit: ListSearchExtender
ajax 25-Sep-2010
AJAX Control Toolkit: ListSearchExtender

ListSearchExtender: The ListSearchExtender control extends either a ListBox or Dropdown Listbox. This extender allows you  to provide search capabilit

AJAX Control Toolkit: ConfirmButtonExtender
ajax 18-Sep-2010
AJAX Control Toolkit: ConfirmButtonExtender

The ConfirmButtonExtender check the confirmation of end user action. The main key properties of extender are: TargetControlID, ConfirnText, and DisplayModalPopupID.

ASP.Net AJAX Control Toolkit: CalendarExtender
ajax 17-Sep-2010
ASP.Net AJAX Control Toolkit: CalendarExtender

The Toolkit contains some new controls that have AJAX functionality and many control extenders. The control extenders attach to any other control to enhance the functionality.

AJAX (Asynchronous JavaScript and XML)
ajax 07-Sep-2010
AJAX (Asynchronous JavaScript and XML)

Introduction AJAX is used in web development. It signifies the capability to build applications that make a use of XmlHttpRequest object.AJAX is popu