| 1. Getting Started |
| Understanding how ASP.NET works |
05:52 |
| Installing Microsoft Visual Web Developer 2008 |
03:43 |
| Hello World: Creating your first ASP.NET web site |
04:28 |
| Creating pages with dynamic output |
07:39 |
| Understanding the development web server |
04:49 |
| Exploring Visual Web Developer 2008 |
04:52 |
| 2. Using Microsoft SQL Server 2008 |
| Understanding Microsoft SQL Server |
05:47 |
| Installing SQL Server 2008 Express |
06:51 |
| Exploring SQL Server Management Studio Basic |
04:23 |
| Creating a new database |
08:51 |
| Connecting to the database in ASP.NET |
05:43 |
| Testing SQL queries |
03:53 |
| Presenting a dataset in an ASP.NET page |
04:43 |
| 3. Creating ASP.NET Pages |
| Understanding ASP.NET web form pages |
05:51 |
| Separating presentation and logic with code files |
04:17 |
| Adding web form controls to a page |
05:25 |
| Handling postback data in a web form page |
05:50 |
| Using data binding expressions |
04:08 |
| 4. Programming in ASP.NET |
| Creating a testing environment |
04:40 |
| Declaring and using a simple variable |
06:14 |
| Declaring and using a complex object |
06:16 |
| Using loops |
06:52 |
| Using functions |
09:25 |
| Using trace statements |
04:47 |
| Debugging with breakpoints |
05:45 |
| Commenting code |
04:38 |
| 5. Creating Reusable Code |
| Creating web controls |
05:53 |
| Registering a user control on a web form page |
03:25 |
| Registering controls globally in the web.config file |
03:53 |
| Adding public properties to a web control |
04:32 |
| 6. Using Cascading Style Sheets in Web Forms |
| Understanding Cascading Style Sheets (CSS) |
05:36 |
| Attaching external CSS files |
03:12 |
| Defining a CSS selector |
06:10 |
| Using CSS class selectors in server controls |
04:09 |
| 7. Presenting Dynamic Data |
| Presenting data with the GridView control |
05:49 |
| Controlling GridView paging and appearance |
05:46 |
| Editing data with the GridView control |
06:57 |