Calendar that allows data entry

  • Thread starter Thread starter marc.henderson
  • Start date Start date
M

marc.henderson

Hi all,

I want to add a month callendar to my application that allows data
entry and will display data. Basically I would like the user to select
a day and then enter data for that day. When they save the info then
the data they entered would appear under the number of the day in the
month.

Basically I'm looking for a calendar that has a textbox in each day box
and then be able to push and pull that data to the database.

Thanks

Marc
 
Marc,

There is nothing like this out-of-the-box in .NET. Rather, you are
going to have to build it yourself, or get a third-party component.

Hope this helps.
 
Back
Top