I have a database with the Employees' information, I want them to be able to log on to the site and record how many hours they've worked during the day. I want to be able to see the total number of hrs each employee worked for a certain number of days, i.e. a week. Any ideas on how to do that?
I'm using VS2008 and SQL Server 2009. I've added a GridView control, went to Tasks and added a hyperlinked "Details" column to view each Employees' details. Is there a similar way for input data, perhaps?
Question
ultimate99
I have a database with the Employees' information, I want them to be able to log on to the site and record how many hours they've worked during the day. I want to be able to see the total number of hrs each employee worked for a certain number of days, i.e. a week. Any ideas on how to do that?
I'm using VS2008 and SQL Server 2009. I've added a GridView control, went to Tasks and added a hyperlinked "Details" column to view each Employees' details. Is there a similar way for input data, perhaps?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts