ASP.NET, Coding

Simple Web Form Post in ASP.NET

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:

You Might Also Like