HTML Controls ASP.Net Tutorial


protected void MySubmitHandler(object o, EventArgs e) {
   inputText.Value = "GoodBye";
}