ASP.NET, Coding Simple Web Form Post in ASP.NET August 13, 2012 Binoj Daniel Here is one small sample code, which takes input from a text box inside a web form and displays the input on submitting the form. Code Sample: <%@ Page language="c#" AutoEventWireup="true"%> Label Enter Text Here: