| Basic concepts |
| |
Overview of ASP.Net
Dreamweaver ASP.Net suppot
Defining a new ASP.Net site
VB.Net and C#
System requirements
Internet Information Server
How ASP.Net works
Server-side vs. client-side scripts
Client-server processing
Deploying supporting files |
|
| Working with connections |
| |
Databases
and dynamic sites
What is a database connection
Creating a DSN
Creating a DSNless connection
Connection string parameters
Dreamweaver's connection folder |
|
| Datasets |
| |
Creating a dataset
Simple dataset dialog box
Advanced dataset dialog box
What is SQL?
The SELECT statement
The ORDER BY clause |
|
| Displaying records |
| |
Adding dynamic content
to pages
Creating Repeat Regions
Using Recordset Paging
Using Show Region
Displaying the current page
Using Live Data View
Adding a datagrid
Adding a datalist |
|
| Filtering records |
| |
Using SQL parameter placeholders
Naming SQL parameters
Data types
Runtime value expressions
Automatically building parameters |
|
| Searches and results |
| |
Creating search pages
Designing and naming fields
Buttons and search forms
Get and Post methods
Passing parameters across pages
Go to Detail Page
Go to Related Page |
|
| Writing to databases |
| |
Insert Record
Naming form fields
Update Record
Repopulating the update form
Delete Record |
|
| Dynamic elements |
| |
Making HTML attributes dynamic
Dynamic text
Dynamic images
Dynamic links |
|
| User authentication |
| |
Creating a registration page
Check User Name
Creating a log in page
Log In User
Restrict Access to Page
Log Out User
Using levels in authentication |
|