예제 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         if (UDIRSHelper.PersonDetails != null)
         {
             MethodFactory.BindStatusSearch(ref ddlStatus);
             BindGridview(string.Empty, string.Empty, string.Empty, string.Empty, string.Empty, string.Empty, UDIRSHelper.PersonDetails.Id);
         }
     }
 }
예제 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         if (UDIRSHelper.PersonDetails != null)
         {
             MethodFactory.BindStatusSearch(ref ddlStatus);
             BindGridview(string.Empty, string.Empty, string.Empty, string.Empty, string.Empty, string.Empty, 0);
             PopulateLocation();
         }
     }
     else
     {
         //lblMsg.Text = "No Incident Report.";
     }
 }