コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         FillDropDowns.FillUserType(ddlUserType);
     }
 }
コード例 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         FillDropDowns.FillDoctors(ddlDoctor);
     }
 }
コード例 #3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         FillUploadedReports();
         FillDropDowns.FillReportTypes(ddlReportType);
     }
 }
コード例 #4
0
 protected void resetFields()
 {
     txtDOB.Text         = "";
     txtEmailID.Text     = "";
     txtHomeAddress.Text = "";
     txtMobile.Text      = "";
     txtName.Text        = "";
     FillDropDowns.FillDoctors(ddlDoctor);
 }