I'm learning ASP.NET and C# and I've a project in which I've to make a management system of work employed.
I want to make a calendar in which workpeople need to select days and specify the work that they have done every hour.
My idea is click on days, and show a menu with all the hours and a dropdown with the types of work that I've registered on my SQL database.
If a day hasn't been filled, it will be red, if it's incomplete yellow, and if it's completely filled with all the hours, in green.
Every employer has his own login session, and have to fill the management system.
I know that it's a little bit complicated, I don't know much at programming and my english isn't very well, but If you know how to arrange me, or how to make this, I will be very grateful.
It's not neccesary to explain step by step where I have to click, but I need to know how it's made and which properties, controls and features I've to use.
Member
1 Points
2 Posts
How do I configurate a calendar on ASP.NET in C# with SQL?
Jul 03, 2014 06:59 AM|blackbird09|LINK
Hi, I'm glad to join this forum
I've a few questions...
I'm learning ASP.NET and C# and I've a project in which I've to make a management system of work employed.
I want to make a calendar in which workpeople need to select days and specify the work that they have done every hour.
My idea is click on days, and show a menu with all the hours and a dropdown with the types of work that I've registered on my SQL database.
If a day hasn't been filled, it will be red, if it's incomplete yellow, and if it's completely filled with all the hours, in green.
Every employer has his own login session, and have to fill the management system.
I know that it's a little bit complicated, I don't know much at programming and my english isn't very well, but If you know how to arrange me, or how to make this, I will be very grateful.
It's not neccesary to explain step by step where I have to click, but I need to know how it's made and which properties, controls and features I've to use.
Thank all of you!
c sql asp.net
Star
9859 Points
2556 Posts
Re: How do I configurate a calendar on ASP.NET in C# with SQL?
Jul 03, 2014 12:23 PM|AZMatt|LINK
I suggest you take a look at the Time Tracker Starter Kit...
http://www.asp.net/downloads/starter-kits/time-tracker
Matt
c sql asp.net
Member
1 Points
2 Posts
Re: How do I configurate a calendar on ASP.NET in C# with SQL?
Jul 04, 2014 04:10 AM|blackbird09|LINK
Thank You
c sql asp.net