Beispiel #1
0
 protected void btnClear_Click(object sender, EventArgs e)
 {
     //if (strSubmitBehavior!="Y")
     //{
     SysFunc.ClearTextBoxes(Page);
     SysFunc.Clearddl(Page);
     txtIssueDate.Text = DateTime.Now.ToString("dd-MM-yyyy");
     createPartsDT();
     ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "alertMessage", "reloads()", true);
     // Load_ddlSirNo();
     //}
     //strSubmitBehavior = string.Empty;
 }