public void gridBind() { try { if (ddlClient.SelectedValue != "0") { List <GetGroupModel> list = obj.getGroupList(Convert.ToInt32(ddlClient.SelectedValue)); BindingClass.GridViewBind(gvdGroup, list); gvdGroup.Visible = true; } } catch (Exception) { BindingClass.ExceptionAlertScriptManager(this.Page, this.GetType()); } }