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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top