Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone. iam new to dotnet.i started working on timesheetportal.actually i want user to enter timesheet entry day by day.i.e., user should enter only today's entry.if user forget's to enter,then all null records (except curent date) should be entered automatically at the end of that day.if it is sunday or saturday it should automatically take null records and should display as sunday and saturday.And the gridview just displays all the records.it means no child control is used in gridview.can anyone give me some ideas on implementing this automatic insertion of rows into a gridview.
Thank you.....
Posted

.can anyone give me some ideas on implementing this automatic insertion of rows into a gridview.
You need a Windows service running a server that will execute at midnight - Check if a particular person has entered his timesheet or not. In case not, enter it on his behalf.

About windows service, sample:
Simple Windows Service which sends auto Email alerts[^]
MSDN: Introduction to Windows Service Applications[^]
 
Share this answer
 
Hey, I think you should also have a look at Replicon's easy to use cloud based Online Timesheet Software http://www.replicon.com/[^] which is so easy to use and has got lot of features.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900