0% found this document useful (0 votes)
112 views25 pages

Control Reference: by Sriram. B

This document provides an overview of the different types of controls available in ASP.NET 2.0, including HTML controls, web server controls, validation controls, data controls, login controls, navigation controls, web parts controls, and a Crystal Reports control. It describes the main controls of each type such as textboxes, buttons, grids, menus, and web parts. It also defines user controls and custom controls.

Uploaded by

api-19796528
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views25 pages

Control Reference: by Sriram. B

This document provides an overview of the different types of controls available in ASP.NET 2.0, including HTML controls, web server controls, validation controls, data controls, login controls, navigation controls, web parts controls, and a Crystal Reports control. It describes the main controls of each type such as textboxes, buttons, grids, menus, and web parts. It also defines user controls and custom controls.

Uploaded by

api-19796528
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 25

Control Reference

By

SRIRAM. B
ASP.NET 2.0 Controls
 HTML Controls
 Web Server Controls
 Standard Controls
 Validation Controls
 Data Controls
 Login Controls
 Navigation Controls
 WebPart Controls
 Crystal Report Control
HTML Controls
HTML Controls

 Button  Text Area


 Reset  Table
 Submit  Submit
 Text  Image
 File  Select
 Password  Horizontal Rule
 Check Box  DIV
 Radio
 Hidden
Web Server Controls
Standard Controls
Standard Controls
 Label  List Box
 Literal  DropDownList
 TextBox  Check Box
 Button  Check Box List
 Link Button  Radio Button
 Image Button  Radio Button List
 Hyper Link  Image
 Calendar  Table
 Ad Rotator  Place Holder
 Panel
New Standard Controls in ASP.NET 2.0
 Bulleted List
- Bullet Styles and Display Modes
- Binding Bulleted List to Data Source
 File Upload
- Selecting files for upload
 Image Map
- Hot Spots and Hot Modes
 Multiview and View
 Wizard Controls
 Hidden Fields
Validation Controls
Validation Server Controls

 Required Field Validator


 Compare Validator
 Range Validator
 Regular Expression Validator
 Custom Validator
 Validation Summary
Data Controls
Data Controls
 Grid View  SQLDataSource
 Form View  ObjectDataSource
 Details View  AccessDataSource
 Data List  XMLDataSource
 Repeater  SiteMapDataSource
 Report Viewer
Login Controls
Login Controls
 Login
 Login View
 Password Recovery
 Login Status
 Login Name
 Create User Wizard
 Change Password
Navigation Controls
Navigation Controls
 Menu
 Treeview
 SiteMapPath
Web Parts Controls
Web Parts Control
 WebParts Manager  Appearance Editor Part
 Proxy WebParts Manager  Behaviour Edit Part
 WebPart Zone  Layout Editor Part
 Catalog Zone  Property Grid Editor Part
 Declarative Catalog Part  Connection Zone
 Page Catalog Part
 Import Catalog Part
 Editor Zone
Crystal Reports Control
Crystal Reports Conrol
 Crystal Report Viewer
 Crystal Reports Parts Viewer
 Crystal Report Source
User Control
User Control

 A user-authored server control that enables an ASP.NET page to be re-used   as a

server control. An ASP.NET user control is authored declaratively  and persisted as

a  text file with an .ascx extension.

 The ASP.NET page framework compiles a user control on the fly to a class that

derives from the System.Web.UI.UserControl class.


Custom Control
Custom Control

 A control authored by a user or a third-party software vendor that does not belong

to the .NET Framework class library. This is a generic term that includes user

controls. A custom server control is used in Web Forms (ASP.NET pages). A

custom client control is used  in Windows Forms applications.


Session Ends

You might also like