<script runat="server">protected void Page_Load(object sender, EventArgs e){ this.Label1.Text = Request.Form["content1"];}</script>