occupation calendar for aspx 2.0

  • Thread starter Thread starter Michael Brockhoff
  • Start date Start date
M

Michael Brockhoff

Hello NG,

I'am working an a aspx 2.0 page for a small Hotel.

I'am looking now for a control where the user can see when the Hotel
is occupied and when not.
I need the overview for one year.

The ready control should later look like this:
http://www.belegungsplan.com/?id=2

The status of the Occupation should be Set,
by the admin over a database...

TIA

Michael
 
Hello NG,

I'am working an a aspx 2.0 page for a small Hotel.

I'am looking now for a control where the user can see when the Hotel
is occupied and when not.
I need the overview for one year.

The ready control should later look like this:
http://www.belegungsplan.com/?id=2

The status of the Occupation should be Set,
by the admin over a database...

That looks like a prime candidate for an asp:Repeater.

I've done something similar with 12 <asp:Calendar> controls to simulate the
way Outlook does it...
 
Back
Top