HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Publishers of technology books, eBooks, and videos for creative people
Register your product to gain access to bonus material or receive a coupon.
Teaching ASP.NET in a non-linear format that creative thinkers can easily grasp and understand without the typical programming jargon. Provides clear and concise, hands-on, real-world examples right from the beginning of the book. The book contains a natural progression by providing foundational information in the opening chapters. Content will be presented with "hands-on" examples so the opening chapters will also be laying the groundwork for more advanced subjects by not only presenting the information but by writing code as well. The middle section of the book covers the key cast members on the .NET stage including HTML Controls, Web Controls and List Controls. The third and final section of the book covers more advanced issues in ASP.NET including data access and security issues.
Chapter 4: ASP.NET Pages - (PDF) - 765kb - 0735712883C.pdf
(NOTE: Each chapter concludes with a Summary.)
Introduction
Who Should Read This Book. Who This Book Is Not For. Overview. Conventions.
I. ASP.NET OVERVIEW.
1. ASP.NET Basics.ASP.WHAT? Understanding ASP.NET. Let Me Show You the Shiny New Model: The ASP.NET Advantage.
2. Understanding Object-Oriented ProgrammingWhat Is Object-Oriented Design? Properties. Namespaces. ASP.NET and Objects.
3. Scripting BasicsCommon Language Runtime-Which Language Should I Use? Variables. Manipulating Data. Control Structure. Functions and Subs and void, OH MY!
4. ASP.NET PagesUnderstanding Page Events. Understanding Page Properties. Understanding Directives. Code Separation and Using Code-Behind.
5. Understanding User ControlsWhat Are User Controls? User Control Creation Techniques. Exposing Properties and Methods to Your ASP.NET Pages. Using the LoadControl Method.
II. Designing with ASP.NET.
6. HTML Server Controls.Working with HTML Server Controls. HTML Control Classes. HTML Server Controls.
7. Web Server ControlsWhat Is a Web Server Control? Why Use Web Server Controls? Web Form Server Controls. Now That's Cool! Rich Server Controls.
8. Web Form Validators.Form Validation. Validating Input Controls. Multi-Browser Support and Validation. ASP.NET Web Form Validation Example.
9. Displaying Data with Server ControlsWhat Are List Controls? List Controls. Repeater Control. Complex List Controls.
III. Advanced Features in ASP.NET.
10. ADO.NET.What Is ADO.NET? Querying Data. Inserting, Updating, and Deleting Data. Stored Procedures.
11. State Management in ASP.NET.What Is State Management? Page State. Session State. Application State.
12. Form-Based Security in ASP.NETCreating Form-Based Security. Understanding Authentication Logic. Understanding Authorization Logic.
13. XML in ASP.NETThe XML Server Control.
IV. APPENDIXES.
Appendix A: Installing the .NET Framework.Visual Basic .NET Example. C# Example.
Index.