Click here to Skip to main content
15,921,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need coding to code a calendar I have on one form.

The calendar will have to be linked to my database. Seeing that when a day is selected on calendar that days meetings should display.

This will allow user to see when available time slots is available, and display meetings already scheduled.

Anybody that can help me please??
Posted

You are going to have to write your own code for this. Get the date the user selected, query the database with the date, and show the results.
 
Share this answer
 
Blondy19 wrote:
I need coding to code a calendar I have on one form

It's not a Calendar coding issue.

You have to write your business logic based on your need. Calendar is there just to select and provide you the date at backend. use that date to write your business logic of getting apppintments from database and display the same in a list/grid whatever suits your view.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900