//private void BindLicenseData() //{ // grdverification_list.DataSource = Person_Details.Licensing_Details.GetLicensing_Details(Convert.ToInt32(hfdperid.Value)); // grdverification_list.DataBind(); //} protected void update_appsattus(object sender, EventArgs e) { Utilities_Licensing.Updateappstatu(hfd_appid.Value, ddlnewappstatus.SelectedValue, txtappdt.Text); ScriptManager.RegisterStartupScript(Page, GetType(), "js", "afterchang()", true); }