ASP.NET 2.0 all-in-one desk reference for dummies
Eight minibooks cover ASP.NET basics, Web controls, using HTML and ASP, C#, Visual Basic, database programming, using the .NET Framework, and advanced ASP.NET 2 (including themes, custom server controls, and Web parts)The ideal resource for Web programming newcomers as well as the 1.5 million existi...
Otros Autores: | , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Hoboken, NJ :
Wiley Pub
c2006.
|
Edición: | 1st edition |
Colección: | --For dummies
--For dummies. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627072806719 |
Tabla de Contenidos:
- ASP.NET 2.0 All-In-One Desk Reference For Dummies; About the Author; Dedication; Author's Acknowledgments; Table of Contents; Introduction; About This Book; How to Use This Book; How This Book Is Organized; Icons Used in This Book; Where to Go from Here; Book I: ASP.NET Basics; Contents at a Glance; Contents at a Glance; Chapter 1: Welcome to ASP.NET Programming; What Is ASP.NET, and Why Is It So Great?; Understanding Web Servers and Browsers; Understanding Static Web Pages; Understanding Dynamic Web Pages; Looking at a Simple ASP.NET Application
- The .aspx (Markup) File for the Simple Calculator ApplicationThe Code-Behind File of the Simple Calculator Application; Chapter 2: Installing Visual Studio Web Developer 2005 Express Edition or Visual Studio 2005; Looking at Visual Studio 2005 Editions; Considering Visual Web Developer 2005 Express Edition; Installing Visual Web Developer 2005 Express Edition; Registering Visual Web Developer 2005 Express Edition; Installing Visual Studio 2005; Chapter 3: Creating Your First ASP.NET 2.0 Application; Understanding Visual Studio Projects; Creating a New Web Site; Using the Solution Explorer
- Working with ControlsSetting Properties; Setting the Page Title; Looking at the Source Code; Adding Some Code; Running the Application; Chapter 4: Understanding Postback, Events, and Code-Behind; Understanding Postback; Using the IsPostBack Variable; Understanding Events; Using the Handles Clause in Visual Basic; Designating an Event Handler in C#; Using C#'s Auto Event Wireup; Understanding Code-Behind; Using Single-File Pages; Chapter 5: Creating Multipage Applications; Understanding the Basics of a Multipage Application; Adding Pages; Redirecting to Another Page; Adding Classes
- Using Session StateLooking into Data Binding; Using Master Pages; The C# Version of the Shopping Cart Application; The VB.NET Version of the Shopping Cart Application; Chapter 6: Testing and Debugging Your ASP.NET Applications; Creating a Simple Calculator Application; Running an ASP.NET Application; Dealing with Errors; Working in Break Mode; Displaying Variable Data; Stepping Through a Program; Setting Breakpoints; Using Response.Write for Debugging; Book II: Web Controls; Contents at a Glance; Chapter 1: Using Basic Web Server Controls; Using Label Controls; Using TextBox Controls
- Using Button ControlsUsing CheckBox Controls; Using RadioButton Controls; Using Image Controls; Chapter 2: Using Validation Controls; Validating the Hard Way; Validation Controls to the Rescue!; Using the RequiredFieldValidator Control; Using the CompareValidator Control; Using the RangeValidator Control; Using the RegularExpressionValidator; Using a CustomValidator Control; Using the ValidationSummary Control; Using the CausesValidation and ValidationGroup Properties; Chapter 3: Using List Controls; Using the CheckBoxList Control; Working with ListItem Elements
- Toiling with the RadioButtonList Control