ASP.NET controls

          

ASP.NET controls


ASP.NET 2.0 Features
Developer Productivity
            Master Pages
            New Code-Behind Model in ASP.NET 2.0
            Creating & Sharing Reusable Components 
            New ASP.NET 2.0 Controls
                       Data Controls
                       Security Controls
                       Other New Controls
                       Validation Groups
            Themes
            Web Parts Framework
            Visual Studio 2005 Improvements
Administration and Management
Speed and Performance
            Caching Feature
ASP.NET 2 New controls 

Professional ASP.NET 2.0 Databases

This excerpt from Professional ASP.NET 2.0 Databases   by Thiru Thangarathinam, is printed with permission from
Wrox Publication.
<<Previous  Next>>

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.

<<Previous  Next>>



Write your comment - Share Knowledge and Experience


More Related links  

The ASP.NET DataList Control

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...........

ASP.NET Session State Management

Here you have details about session state, its modes and advantages and disadvantages of using session state management in ASP.NET.

ASP.NET State Management 

This article describes state management in ASP.NET. It explains client-side state management and server-side state management.

ASP.NET Validation Control

This includes description about validation control, its types and steps to use them in ASP.NET.

ADO.NET

This is complete article on ADO.NET with code and interview questions

Model View Controller

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............... 

Page Controller Pattern in ASP.NET

Here it shows how a page controller pattern works in ASP.NET.

 

Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring