0% found this document useful (0 votes)
26 views10 pages

Prepared By: Rajani Khushal K

The document outlines the various types of controls in ASP.NET, categorized into nine groups including Standard Controls, Validation Controls, Rich Controls, Data Controls, Navigation Controls, Login Controls, Web Part Controls, HTML Controls, and ASP.NET Mobile Controls. Each type serves specific functionalities, such as user input validation, data management, and mobile compatibility. The document emphasizes the enhanced properties and methods of ASP.NET controls compared to standard HTML controls.

Uploaded by

daminikhorwal118
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views10 pages

Prepared By: Rajani Khushal K

The document outlines the various types of controls in ASP.NET, categorized into nine groups including Standard Controls, Validation Controls, Rich Controls, Data Controls, Navigation Controls, Login Controls, Web Part Controls, HTML Controls, and ASP.NET Mobile Controls. Each type serves specific functionalities, such as user input validation, data management, and mobile compatibility. The document emphasizes the enhanced properties and methods of ASP.NET controls compared to standard HTML controls.

Uploaded by

daminikhorwal118
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Types of Controls in ASP.

NET

Prepared by:
Rajani Khushal K.
Types of Controls in ASP.NET

In .NET there's a class called Control Class from


which Web Control is derived. The ASP.NET
framework
contains many controls. These controls are
divided into nine groups:

Rajani Khushal K
Types of Controls in ASP.NET

1) STANDARD CONTROLS:-
The standard controls are the standard
form controls such as a button, label, textbox
and many others. They have some
functionalities as that of html controls but they
have more properties and methods which
makes them more reliable then html controls.
All standards controls have two important
attributes ID and RUNAT.
Rajani Khushal K
Types of Controls in ASP.NET

2) VALIDATION CONTROL:-
Validation controls were given first in
ASP.NET. They are set of controls, which
validates input controls against user defined
rules or set of values. They enable us to validate
form data before you submit data to server.

Rajani Khushal K
Types of Controls in ASP.NET

3) RICH CONTROL:-
As the name, suggest rich controls means
control which provides some extra facilities.
They are advanced controls which built with
multiple html elements and provide rich
functionality. Some of rich controls are calendar
control, file upload control, ad rotator controls
and many others.

Rajani Khushal K
Types of Controls in ASP.NET

4) DATA CONTROL:-
For working with data such as database,
data controls are used. Some of the examples
are inserting a new record in the database or
displaying a list of database records from
database.

Rajani Khushal K
Types of Controls in ASP.NET

5)NAVIGATION CONTROL:-
Navigation controls are used to navigate
through the data or application. Menus, tree
views are some of the examples of navigation
controls.

Rajani Khushal K
Types of Controls in ASP.NET

6) LOGIN CONTROL:-
Login controls enable us to display login
form, change password forms and registration
forms. Form authentication is supported by
login controls.

Rajani Khushal K
Types of Controls in ASP.NET

7) WEB PART CONTROL:-


For building personalizes portal
applications, you are using web part controls.

Rajani Khushal K
Types of Controls in ASP.NET

8) HTML CONTROLS:-
Html controls works same as the standard
controls and can be converted into server
side controls easily by adding attribute"RUNAT=
SERVER".
9) ASP.NET MOBILE CONTROL:-
These controls are somewhat similar to
standard controls but they are customize to
work on mobiles.
Rajani Khushal K

You might also like