Nou Vang

Nou Vang

  • NA
  • 4
  • 2.1k

C# how to display booking dashboard in custom calendar?

Aug 26 2018 7:33 AM

I am a new user in this site and I develope C# language with winform, but I have not much experience in C# language. I developing a guesthouse Project. I have a problem with booking preview as dashboard. My problem I need to select all booked date list from booking table to display on screen like example bellow:

                         --------------------------------------------------------------------
                        Jan                                 Feb                        Mar
                       1 2 3 4 5                     31  1 2 3              31  1 2 3      ....
         room
           01   ..............................................................................
           02  ............................................................................
           03  ..............................................................................
 
           0n   ........................................................................
 
 
 

any idea I can do this ?

I have looked in to creating a custom control or user control to this trouble but my knowledge on the subject is low and I've spent a few days running around in a circle. If anyone has idea please help me.

Thank you in advance.

Nou Vang.


Answers (1)