Need guru tips and ideas!!
Need to delve into the forum guru's knowledge base.
I am looking to make a dispatch application. One that will graphically show, by day, where each of our employees are (client name, location etc). We do it now in excel, having the time down the left side, the employees along the top and then coloring in the cells corresponding to the time and employee.
Dumb thing is we already capture all this information and store it in our database within an app i have already written. Seems stupid to have the info on hand and then have our project managers have to look over the data and make daily time sheets.
What i want to do is access the data in SQL Server and display it over the web using an ASPX page for the front end (i am writing the rest of the app in c# so that will be the base).
Does anybody have any ideas or tips to give? Should i use a datagrid or maybe a repeater? Are there any controls out there for this type of thing? Any help would be greatly appreciated before I get to deep into this and find out there is an easy way to present data this way.
Thanks everybody!!