I am developing windows application using C# and MS sql server.
i have a table called ReminderTbl with columns(id,title,details,datetoberemind)
i have an insert form i just feed the data and now i can show them on gridview all the data.
now i want to have pop up form which shows all the data of that date.
for example if i feed 3 articles to remind me on date 01/16/2013, then on that date it will popup and show me these data, i just want to show a popup form with gridview based on date.
can u help please? i need the code