Programming Microsoft® Web Forms
Get the focused, straightforward information you need to master the most common challenges in developing real-world Web Forms applications. Whether you're a new or experienced developer, you'll learn the essential techniques for exploiting new forms and controls in Microsoft ASP.NET 2.0-e...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol :
Microsoft Press
2010.
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627165206719 |
Tabla de Contenidos:
- Cover; Copyright; Dedication; Contents at a Glance; Table of Contents; Acknowledgments; Introduction; Who Is This Book For?; Organization of This Book; System Requirements; Configuring SQL Server 2005 Express Edition; Prerelease Software; Technology Updates; Code Samples; Support for This Book; Questions and Comments; Chapter 1: The Web Forms Environment; What Is a Web Form?; Why Create Web Forms Applications?; Web Forms Can Run Anywhere, on Any Device; Web Forms Can Run Without Installation; Web Forms Are Familiar; Web Forms Applications Scale Well; How Do You Create a Web Form?
- Source View and HTMLUnderstanding Where Code Is Run; Mixing Client and Server Code; Configuring IIS; Conclusion; Chapter 2: A Multitude of Controls; The System.Web.UI.WebControls Namespace; The System.Web.UI.Control Class; The System.Web.UI.WebControl Class; Other Controls; Conclusion; Chapter 3: Web Form Layout; HTML Tables 101; Cascading Style Sheets 101; Themes and Skins; Master Pages; The Wizard Control; Conclusion; Chapter 4: Working with Web Parts; Web Parts in Action; The Parts of Web Parts; Display Modes and Web Parts; Adding Components; Programmatically Controlling Web Parts
- ConclusionChapter 5: Data Binding; The DataSource Control; The SqlDataSource Control; The GridView Control; Edit Template Mode; Paging; Sorting; Editing; Deleting; Selecting; Using a Custom EditItemTemplate; The DetailsView Control; Selecting a Row in the GridView Control to View in the DetailsView Control; Selecting a Row in the GridView Control to Edit in the DetailsView Control; The MultiView Control; Populating the Details Editing Form; Future Enhancements; Conclusion; Chapter 6: Custom Controls; Types of Controls You Can Create; User Controls; Creating a User Control in Visual Studio
- Caching a User ControlCreating a User Control by Converting a Page; Custom Server Controls; Building and Installing the Default WebCustomControl Control; Building a Composite Control; Creating a Control That Mixes Client and Server Code; Custom Web Parts; Wrapping Standard Controls for Use in Web Parts; Conclusion; Chapter 7: Web Forms User Security and Administration; Administering an ASP.NET 2.0 Site; Provider Configuration; Security; Application; The Login Controls; Login; LoginView; PasswordRecovery; LoginStatus; LoginName; CreateUserWizard; ChangePassword; The BikeBlogSecured Application
- ConclusionChapter 8: Integrating with Windows Forms Applications; WebBrowser Control Example; WebBrowser Control Details; A Tabbed Interface Web Browser; Accessing Content from a WebBrowser Control; Other Ways to Work with Web Data; Conclusion; Appendix A: Creating and Deploying Applications in IIS; Creating an Application in IIS; Deploying a Web Forms Application; Deploying an Application Using XCopy Deployment; Deploying an Application Using Visual Studio; Deploying an Application Using a Web Setup Project; Which Deployment Option Is Right for You?; About the Author