Timetable with c#

  • Thread starter Thread starter MA
  • Start date Start date
M

MA

Hi all!

Im going to develop a timetable with c# and asp.net. Does anyone knows of
any good site where i can find information? I have googled for a while, but
cant find anything.

/Marre
 
you'll have to be more clear on what you're wanting... what kind of time
table? just a listview with times in it for your appointments or something?

Chris
 
Hi Chris!

Well, it´s a table with persons at left, having their calendar to the right.
This calendar contains different kind of activities, for example vacation.
But when I press or double-click on vacation, I want for example a new
"edit-window" to pop up.

The calender will also contain functions for "group by" and "sort by".

/Marre
 
MA said:
Hi Chris!

Well, it´s a table with persons at left, having their calendar to the right.
This calendar contains different kind of activities, for example vacation.
But when I press or double-click on vacation, I want for example a new
"edit-window" to pop up.

The calender will also contain functions for "group by" and "sort by".

/Marre

That's all well and good, but what do you want help with precisely?
 
Ed Courtenay said:
MA said:
Hi Chris!

Well, it´s a table with persons at left, having their calendar to the right.
This calendar contains different kind of activities, for example vacation.
But when I press or double-click on vacation, I want for example a new
"edit-window" to pop up.

The calender will also contain functions for "group by" and "sort by".

/Marre

That's all well and good, but what do you want help with precisely?

--

Ed Courtenay
[MCP, MCSD]
http://www.edcourtenay.co.uk

Im going from scratch here, and want to find the best way to do this.

I want a site or someting with examplecode or only examples.
Tips, trix and so on are very welcome.

/Marre
 
MA said:
Im going from scratch here, and want to find the best way to do this.

I want a site or someting with examplecode or only examples.
Tips, trix and so on are very welcome.

/Marre

Yes, but what precisely are you looking for help with? Your request is
unbelievably nebulous at the moment; are you looking for a pre-written
timesheet system? Are you looking for example code to show you how to
construct a table? Are you looking for information on how to design your
database?

You've really got to be more specifc.
 
Ed Courtenay said:
MA said:
Im going from scratch here, and want to find the best way to do this.

I want a site or someting with examplecode or only examples.
Tips, trix and so on are very welcome.

/Marre

Yes, but what precisely are you looking for help with? Your request is
unbelievably nebulous at the moment; are you looking for a pre-written
timesheet system? Are you looking for example code to show you how to
construct a table? Are you looking for information on how to design your
database?

You've really got to be more specifc.

--

Ed Courtenay
[MCP, MCSD]
http://www.edcourtenay.co.uk

Sorry.

We can start here:
Example code to show how to construct a table would be nice.

/Marre
 
Back
Top