Hi.
I am trying to use a gridview in a ASP.NET web application, to check if a report is uploaded or not.
Example format, which I am trying to achieve :
Team Name 31 July-1 Aug 24 July-25 July 17 July-18 July 10 July-11July
Team A Uploaded NA NotUploaded Uploaded
Team B Uploaded NA NotUploaded Uploaded
How to get the last 4 weeks of weekend as header, when this page is viewed on 2nd Aug. The page should refresh for every Monday with last 4 weeks as header ? How to achieve this in gridview and C# ?