Click here to Skip to main content
16,005,169 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Question Regarding Search Engine Crawlers Pin
JacquesDP23-Jul-07 2:51
JacquesDP23-Jul-07 2:51 
GeneralRe: Question Regarding Search Engine Crawlers Pin
N a v a n e e t h23-Jul-07 3:42
N a v a n e e t h23-Jul-07 3:42 
GeneralRe: Question Regarding Search Engine Crawlers Pin
DavidNohejl23-Jul-07 4:28
DavidNohejl23-Jul-07 4:28 
QuestionDataGrid Pin
Brendan Vogt23-Jul-07 2:08
Brendan Vogt23-Jul-07 2:08 
AnswerRe: DataGrid Pin
Guffa23-Jul-07 2:34
Guffa23-Jul-07 2:34 
QuestionRe: DataGrid Pin
Brendan Vogt23-Jul-07 2:44
Brendan Vogt23-Jul-07 2:44 
AnswerRe: DataGrid Pin
Guffa23-Jul-07 8:00
Guffa23-Jul-07 8:00 
QuestionVerticalTable to Array Pin
packerfan190423-Jul-07 1:51
packerfan190423-Jul-07 1:51 
Looking for some pointers on how best to accomplish the following task:

I'm building a time sheet/time tracking page for our department to track hours logged against various projects and whatnot - not necessarily a full-in timesheet app, but some of the basic principles anyway.

I have a vertical table that stores the time entries for each day. It is structured as follows:

PersonID
ProjectID
HoursLogged
DateLogged

What is the best approach to display and edit this info? Ideally, I'd have a 'grid' layed out on the page: projects in a dropdown and a 7 columns (one for each day of the week) with a textbox for entering/editing the hours logged. Users need to be able to enter time logged for any number of projects for a given week - say 5-10 total rows.

Currently, I've got an Access database handling this task and it builds a multi-column array, displays it on the page, and after updates are made, rebuilds the array, deletes the existing set of records, and inserts the new. Kind of FUBAR'd, but it works.

Really struggling how to go about this with ASP.NET. Any pointers or examples? Tried searching, but really don't know where to start.
QuestionCreating Formatted textbox in Javascript Pin
.NET- India 23-Jul-07 1:40
.NET- India 23-Jul-07 1:40 
QuestionAJAX with asp.net Pin
saravanan0523-Jul-07 1:37
saravanan0523-Jul-07 1:37 
AnswerRe: AJAX with asp.net Pin
Pete O'Hanlon23-Jul-07 2:44
mvePete O'Hanlon23-Jul-07 2:44 
QuestionDownloading a file Pin
AB777123-Jul-07 1:12
AB777123-Jul-07 1:12 
AnswerRe: Downloading a file Pin
N a v a n e e t h23-Jul-07 2:28
N a v a n e e t h23-Jul-07 2:28 
AnswerRe: Downloading a file Pin
Vasudevan Deepak Kumar23-Jul-07 4:50
Vasudevan Deepak Kumar23-Jul-07 4:50 
QuestionRichTextBox Pin
.NET- India 23-Jul-07 0:52
.NET- India 23-Jul-07 0:52 
AnswerRe: RichTextBox Pin
N a v a n e e t h23-Jul-07 1:20
N a v a n e e t h23-Jul-07 1:20 
AnswerRe: RichTextBox Pin
varshavmane23-Jul-07 2:52
varshavmane23-Jul-07 2:52 
GeneralRe: RichTextBox Pin
.NET- India 23-Jul-07 3:28
.NET- India 23-Jul-07 3:28 
GeneralRe: RichTextBox Pin
N a v a n e e t h23-Jul-07 3:48
N a v a n e e t h23-Jul-07 3:48 
QuestionUnable to add SQL Server 2005 Express Edition Database to Asp.Net Web Site Pin
Paramhans Dubey23-Jul-07 0:36
professionalParamhans Dubey23-Jul-07 0:36 
AnswerRe: Unable to add SQL Server 2005 Express Edition Database to Asp.Net Web Site Pin
Sandeep Kumar23-Jul-07 0:57
Sandeep Kumar23-Jul-07 0:57 
GeneralRe: Unable to add SQL Server 2005 Express Edition Database to Asp.Net Web Site Pin
Paramhans Dubey23-Jul-07 2:52
professionalParamhans Dubey23-Jul-07 2:52 
QuestionWSDL parsing Pin
Valiyamattom23-Jul-07 0:31
Valiyamattom23-Jul-07 0:31 
Questionmake dropdownlist readonly Pin
Raghvendra Kumar Roy23-Jul-07 0:25
Raghvendra Kumar Roy23-Jul-07 0:25 
AnswerRe: make dropdownlist readonly Pin
N a v a n e e t h23-Jul-07 0:41
N a v a n e e t h23-Jul-07 0:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.