ASP.NET 2.0 introduces several new controls that help create data-driven web
applications. These controls perform actions, such as connecting to a database,
executing commands against the database, and so on, without you even having to
write a single line of code. ASP.NET 2.0 introduces more than 40 new control
types to help you build rich web UIs while insulating you from the vagaries of
HTML, client-side script, and browser DOMs. The following table lists the new
control types.
Control Category |
Controls |
Data source controls |
SqlDataSource, ObjectDataSource, XmlDataSource, Access- DataSource,
SiteMapDataSource |
Data-bound controls |
GridView, DetailsView, FormView, TreeView, Menu |
Login controls |
Login, LoginName, LoginStatus, LoginView, CreateUser Wizard, ChangePassword,
PasswordRecovery |
Navigation controls |
Menu, TreeView, SiteMapPath |
Web Parts controls |
WebPartManager, WebPartZone, CatalogZone, EditorZone, ConnectionsZone,
DeclarativeCatalogPart, PageCatalog- Part, ImportCatalogPart,
AppearanceEditorPart, Behavior EditorPart, LayoutEditorPart,
PropertyGridEditorPart |
Other controls |
BulletedList, FileUpload, HiddenField, ImageMap, Wizard, WizardStep, MultiView,
View, Substitution, Content, ContentPlaceHolder |
To start with, the next section will explore the new data source controls
supplied with ASP.NET 2.0.
More Related links
The
DataList control like the Repeater control is a template driven,
light weight control, and acts as a container of repeated data
items. The templates in this control are used to define the data
that it will contain. It is flexible in the sense that you can
easily customize the display of one or more records that are
displayed in the control...........
Here you have details about session state, its modes and advantages and
disadvantages of using session state management in ASP.NET.
This article describes state management in ASP.NET. It explains client-side
state management and server-side state management.
This includes description about validation control, its types and steps to use
them in ASP.NET.
This is complete article on ADO.NET with code and interview questions
we will learn about MVC design patterns, and how Microsoft has
made our lives easier by creating the ASP.NET MVC framework for
easier adoption of MVC patterns in our web
applications...............
Here it shows how a page controller pattern works in
ASP.NET.
|