Chapter 9. Debugging Server-Side Controls

ASP.NET SERVER CONTROLS PROVIDE AN ENORMOUS amount of power to you as a programmer in developing truly object-oriented web-based applications. In the simplest terms, a server control is a control that is executed on the server and that provides some type of output to the user. These generally are used to create brandnew types of user-interface controls that are not currently available in ASP.NET.

If you have been using ASP.NET, you will be familiar with the <asp:></asp> style tags that have been introduced into the language. These tags that you insert into your HTML page are really server-side controls ...

Get Debugging ASP.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.