Data Binding ASP.Net Tutorial


protected void Page_Load(object o, EventArgs e) {
    if(IsPostBack) {
       Page.DataBind();
    }
}


Add two numbers:
 + 


The DataBound result = <%# Int32.Parse(operand1.Text) + Int32.Parse(operand2.Text) %>