Eararaldor
11-15-2007, 07:38 PM
Hi, I'm new to ASP and c# and experiment with them quite frequently
Anyway while messing around with ASP, I was wondering if it was possible to use the Calendar Web Control to retrieve certain data from a SQL table.
So for example if a person selected todays date the gridview/detailsview/text box would show the data in the table for this date. In this example a small message about the day in question.
Currently I've set up a table with two columns, one being "day_date" (smalldatetime) and the other being "message" (varchar).
I've been reading up on ASP in several books, but I find most of the Calendar Web Control information mentions nothing on database conectivity. I would appreciate if you guys can point me in the right direction or possible send me towards some useful resources to read up on.
Many thanks
Anyway while messing around with ASP, I was wondering if it was possible to use the Calendar Web Control to retrieve certain data from a SQL table.
So for example if a person selected todays date the gridview/detailsview/text box would show the data in the table for this date. In this example a small message about the day in question.
Currently I've set up a table with two columns, one being "day_date" (smalldatetime) and the other being "message" (varchar).
I've been reading up on ASP in several books, but I find most of the Calendar Web Control information mentions nothing on database conectivity. I would appreciate if you guys can point me in the right direction or possible send me towards some useful resources to read up on.
Many thanks