Chapter 16. ASP.NET Web Forms and Controls
Topics in This Chapter
Web Client-Server Communications: Web page requests and responses rely on HTML to represent content, and HTTP to define the protocol that governs client-server interaction. JavaScript, ASP, and ASP.NET are compared as ways to develop an application.
Structure of an .aspx Page: An
.aspx
Web page is compiled as a class. It contains a variety of directives that control the page's behavior and can link it to external code. This section looks at the basic elements that comprise an.aspx
file, including howViewstate
is used to maintain state information for the form.Inline and Code-Behind Pages: ASP.NET offers three models for designing a Web application: inline code, code-behind, and ...
Get Core C# and .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.