home / developersection / category
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.
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.5What Is Routing?The Service Pack 1 for the Microsoft .NET Framework 3.5 introduced a routing engine to the
The new control gives you a placeholder into which you can write dynamic content when using output caching. The Substitution control lets you create
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.
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
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.
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
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.
With the File Upload conrol we can allow user to upload file to the server. aspFileUploadID="FileUpload1"runat="server"Code:aspFileUploadID="FileUplo
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
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.