Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Design Guidance Wanted

Reply
Thread Tools

Design Guidance Wanted

 
 
Rusty Hill
Guest
Posts: n/a
 
      05-30-2007
In ASP.net 2.0 I need to create a scheduling page that allows my users to
book/schedule/reserve six different surgery rooms. What the design calls
for is one screen that has the daily schedule on the vertical axis and
across the top on a horizontal axis the six different surgery rooms are
represented. This way the operator can see at a glance the status of all
six surgery rooms at the same time for the selected day.

I am sure this is fairly simple but I am just plain lost on how to go about
accomplishing this. My preference would be to be able to do this without
purchasing third party controls if possible although I would welcome
recommendations on third party controls as well if that is the real answer
here.

Any guidance, samples, links, articles, input, etc. would be greatly
appreciated. This is a very important module of the system I am working on
and I lack the necessary experience with ASP.NET to make sound design
decisions about it without input from the experienced community. Thank you
so much! - Rusty


 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      05-30-2007
I have the same exact thing but for conference rooms.

I used a gridview. In the header section of the grid I put the conference
room name, on the left side of the grid I put times then when the user
booked a conference room it had the day needed and who reserved it. Its
something like the outlook calender but we needed to add some more custom
things to it so I created on a page doing this using the grid view.


"Rusty Hill" <> wrote in message
news:...
> In ASP.net 2.0 I need to create a scheduling page that allows my users to
> book/schedule/reserve six different surgery rooms. What the design calls
> for is one screen that has the daily schedule on the vertical axis and
> across the top on a horizontal axis the six different surgery rooms are
> represented. This way the operator can see at a glance the status of all
> six surgery rooms at the same time for the selected day.
>
> I am sure this is fairly simple but I am just plain lost on how to go
> about accomplishing this. My preference would be to be able to do this
> without purchasing third party controls if possible although I would
> welcome recommendations on third party controls as well if that is the
> real answer here.
>
> Any guidance, samples, links, articles, input, etc. would be greatly
> appreciated. This is a very important module of the system I am working
> on and I lack the necessary experience with ASP.NET to make sound design
> decisions about it without input from the experienced community. Thank
> you so much! - Rusty
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Design Guidance Wanted Rusty Hill ASP .Net Building Controls 1 05-30-2007 04:46 PM
Design Guidance Wanted Rusty Hill ASP .Net 1 05-30-2007 04:46 PM
Advice and Guidance Wanted Rusty Hill ASP .Net 3 03-07-2007 05:53 PM
HELP WANTED HELP WANTED HELP WANTED Harvey ASP .Net 1 07-16-2004 01:12 PM
HELP WANTED HELP WANTED HELP WANTED Harvey ASP .Net 0 07-16-2004 10:00 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57