Reminder

May 29 2014 1:53 AM
I am developing web application (using C# & SQL Server 2008) in that I want reminder of inserted data row in dataTable.
I have 3 columns EventID,Event, Expiry_Date.
when I insert dataRow  initially in table It is display in gridview , but I want again that datarow automatically display in gridview before 1 day of Expiry_Date with different color.
Plz help me..