Dashboard obj = new Dashboard(); DataTable dt = new DataTable(); DateTime firstdate = new DateTime(DateTime.Today.Year, DateTime.Today.Month, 1); dt = obj.Count(firstdate, DateTime.Today); lbl_FeedVal.Text= dt.Rows[0]["IspoorCount"].ToString(); lbl_PfeedVal.Text= dt.Rows[0]["IsfairCount"].ToString(); lbl_GfeedVal.Text = dt.Rows[0]["IsGoodCount"].ToString(); lbl_EFeedVal.Text = dt.Rows[0]["IsExcellentCount"].ToString();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)