|
|
ASP.NET Tutorial 6: Outputting Data to the Webpage
by Matt on 2010/01/13 at 12:24 pm
This article explains the three primary methods of outputting data onto a webpage from the code-behind class: Labels, Literals, and the Response.Write() method. This article is also useful for gaining a basic understanding of how .NET handles communication between elements on the ASPX webpage and the C# code-behind class. Continue Reading this Article >> |