category

home / developersection / category

RangeValidator Control in ASP.Net
asp.net 09-Nov-2010
RangeValidator Control in ASP.Net

The RangeValidator Server Control makes sure that the entered user value or selection provided is between a specified ranges.It is possible to check ranges within numbers, dates, and characters.

RequiredFieldValidator Control in ASP.Net
asp.net 09-Nov-2010
RequiredFieldValidator Control in ASP.Net

The RequiredFieldValidator control is used to make an input control a required field. With this control, the validation fails if the input value does not change from its initial value. By default, the initial value is an empty string ("").

The Concept of URL Routing in ASP.Net 3.5
asp.net 03-Nov-2010
The Concept of URL Routing in ASP.Net 3.5

The Concept of URL Routing in ASP.Net 3.5What Is Routing?The Service Pack 1 for the Microsoft .NET Framework 3.5 introduced a routing engine to the

Substitution Control in ASP.Net
asp.net 28-Oct-2010
Substitution Control in ASP.Net

The new control gives you a placeholder into which you can write dynamic content when using output caching. The Substitution control lets you create

View Control in ASP.Net
asp.net 28-Oct-2010
View Control in ASP.Net

The MultiView control is a container control that can have only View Controls. The View Controls, which are also container controls, can only be housed in MultiView controls.

PlaceHolder Control in Asp.Net
asp.net 28-Oct-2010
PlaceHolder Control in Asp.Net

The PlaceHolder Web server control does not have any visible output and is used as a place holder when we add controls at run time. The PlaceHolder

Panel Control in ASP.Net
asp.net 27-Oct-2010
Panel Control in ASP.Net

The Panel Web server control is used to contain other controls, say a set of radio buttons, check boxes, etc. This is a very useful control which allows us to show or hide a group of controls at once.

MultiView Control in ASP.Net
asp.net 25-Oct-2010
MultiView Control in ASP.Net

A View control works as a container of common controls and a MultiView control works as a container of several View controls. aspMultiView ID="MultiV

Wizard Control in ASP.Net
asp.net 22-Oct-2010
Wizard Control in ASP.Net

This control enables us to create a wizard based interface for a user. Typically a wizard interface will be used when we require a user to input a lot of data.

FileUpload Control in ASP.Net
asp.net 22-Oct-2010
FileUpload Control in ASP.Net

With the File Upload conrol we can allow user to upload file to the server. aspFileUploadID="FileUpload1"runat="server"Code:aspFileUploadID="FileUplo

AdRotator Control in ASP.Net
asp.net 22-Oct-2010
AdRotator Control in ASP.Net

The AdRotator is a special control in ASP.NET that is used to display flashing banner ads The control is capable of displaying ads randomly or sequ

Calendar Control in ASP.Net
asp.net 20-Oct-2010
Calendar Control in ASP.Net

Ideally Calendar control is used to display calendar for a month and allows navigating backward & forward through days, and months. This control is highly customizable in terms of functionality and appearance.