Important Points To Be Noted
The .NET Framework Class Library
Advantages of ASP.NET Controls
Understanding Namespaces
Using ASP.NET Controls
Avoiding Confusion Between ASP and ASP.NET
View State
Starting the Web Server
Structure of an ASP.NET Page
Building a Simple ASP.NET Page
Web Forms Programming Model
Web Forms Processing Order
Server Controls
HTML Server Controls
Server Controls Events
Web Server controls
Posting Web Forms
Example on Web Controls
User Controls
User Control Structure
Validating ASP.NET Pages
ADO .NET
Inserting Values in a Table [INSERT Command]
Performing Common Database Tasks
Parametric Insert
How to Open a Database Connection?
Updating Database Records
Retrieving Records from a Table
Retrieving a Single Database Record
Deleting Database Records
Queries using Parameters
Using Parameters with Microsoft SQL Server
Improving Database Performance
Using Parameters with MS Access
Using SQL Stored Procedures
DataBinding to WebControls
DataList Controls
Using the DataKeys Collection
Controls performing support function
DataList Control
Event Bubbling
Displaying Data in a DataList
Using Templates
Using Templates with a DataList
DataGrid Control
Adding a BoundColumn to a DataGrid
Creating Columns in a DataGrid Control
Adding a HyperLinkColumn to DataGrid Control
Advance Practical Examples on DataGrid
Sorting Columns in a DataGrid Control
Adding an EditCommandColumn to a DataGrid Control
Paging Through Records in a DataGrid
Edit column in a Datagrid Control
Working with DataSets
Adding DataTables to a DataSet
Binding Controls to a DataSet
Understanding DataTables
DataTable Properties
Creating DataTables by using Programs
Displaying Cached Data
Working with XML
XML NodeReader
XMLTextReader
Document Navigator
XML TextWriter
XML DataSet
XML Document
XML DataDocument
Writing an XML Document from a DataSet
Forms Based Authentication
Form Based authentication
Configuring Forms Authentication
Enabling Forms Authentication
Configuring Forms Authorization
Windows Based Authentication
Configuring Windows Authentication
Examples