protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { //Filling Unit to grid of calling BindDataGrid of CommonClass objCommonClass.BindDataGrid(gvComm, "uspUnitMaster", true, sqlParamSrh); objCommonClass.BindCompany(ddlCompany); objCommonClass.BindUnitType(ddlUnitType); objCommonClass.BindCountry(ddlCountry); imgBtnUpdate.Visible = false; } System.Threading.Thread.Sleep(int.Parse(ConfigurationManager.AppSettings["AjaxPleaseWaitTime"])); }