In my webform i have one calendar control(fromdate) and one textbox which is for entering healthtips... In my table i have 3
columns (one is: healthtips,fromdate and todate)..... I am inserting data into the database.... for the first time the todate column
should be like open(like if users selects today's date then todate column in database should show as open, next time the
user selects date as 3/12/2011 the previous todate should show as 2/12/2011 in database).... I am getting confusion in doing...