<%@ Page Language="C#" AutoEventWireup="true" CodeFile="helloVS.aspx.cs" Inherits="_Default" %> helloVS

Your name:
Your age:

<% if (IsPostBack) { %> Hello <%= name.Text %>
You are <%= age.Text %> years old
<% } %>