Murach's ASP.NET 2.0 with C# 2005
How to develop a one-page web application
This chapter shows you how to develop a one-page web application using Visual Studio 2005. If you've used Visual Studio and C# to develop Windows applications, you shouldn't have any trouble mastering these skills.
|
|
|
|
How to start a new web site |
30 |
|
How to work with the Visual Studio
IDE |
32 |
|
How to add folders and files to
a web site |
34 |
|
How to open or close an existing
web site |
36 |
|
|
The design of the Future Value
form |
38 |
|
How to use flow layout |
40 |
|
How to add a table to a form |
42 |
|
How to add text to the cells of
a table |
42 |
|
How to add server controls to
a form |
44 |
|
How to set the properties of the
controls |
44 |
|
Common properties for web server
controls |
46 |
|
|
How to use Source view to modify
the design |
48 |
|
The aspx code for the Future Value
form |
50 |
|
|
An introduction to the validation
controls |
52 |
|
How to use the required field
validator |
54 |
|
How to use a range validator |
54 |
|
|
How to use the Code Editor |
56 |
|
How to use page and control events |
58 |
|
The C# code for the
Future Value form |
60 |
|
|
How to run a web site with the
built-in development server |
62 |
|
How to review the HTML that's
sent to the browser |
64 |
|
 |
|
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|