Click here to Skip to main content
15,921,959 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I'm trying to develop Time sheet management through asp.net3.5 c# and SQL server 2000. And i want to get user's input through gridview and gridview header must display week date.

gridview should be like following structure

PorjectName 30-05-2011 31-05-2011 01-06-2011 02-06-2011 03-06-2011

Project A 5hrs 8hrs 5hrs

Project B 1hrs

Project C 1hrs

Save Cancel

I like to develop like this, so give me clear idea to develop software. How to save the data in database. I like to save like entered hours for project for that date.
Posted
Updated 20-Dec-19 3:25am
Comments
R. Giskard Reventlov 1-Jun-11 8:01am    
You really need to do a lot more of this yourself. Start by spending time searching here or on Google for articles that are close to what you want and learn from them. Development is as much about research as it is about coding.

1 solution

I suggest you to go with asp.net mvc scaffolding. Its really easy and much faster to develop the site. Take a look at below link.

http://blog.stevensanderson.com/2011/01/13/scaffold-your-aspnet-mvc-3-project-with-the-mvcscaffolding-package/[^]
 
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