protected void binddata() { DashboardManager obj = new DashboardManager(); grdClient.DataSource = obj.GetClientDetails(7); grdClient.DataBind(); }