Print - Label Control
default.aspx.cs
using System; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Label1.Text = "Welcome to ASP.NET"; } }
Click the following links to see full source code
C# Source Code
VB.NET Source Code