© Robert E. Beasley 2020
R. E. BeasleyEssential ASP.NET Web Forms Developmenthttps://doi.org/10.1007/978-1-4842-5784-5_3

3. Basic Server Controls

Robert E. Beasley1 
(1)
Franklin, IN, USA
 

3.1 Introduction

A server control is an object that is displayed on an ASP.NET Web page. When a Web page is requested from a server via an HTTP request, the server processes the page request (as described in Chapter 1, titled “Web Application Development”) and then sends the client the resulting HTML code via an HTTP response. When the Web browser receives the HTTP response, it renders the page and displays it for the end user. In the context of an ASP.NET Web application, the term render refers to the process of creating a visual representation of the page, including ...

Get Essential ASP.NET Web Forms Development: Full Stack Programming with C#, SQL, Ajax, and JavaScript 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.