Click here to Skip to main content
15,915,019 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLog all request of Web API 2 (DelegatingHandler vs ActionFilterAttribute) Pin
Bastien Vandamme5-Oct-16 16:11
Bastien Vandamme5-Oct-16 16:11 
AnswerRe: Log all request of Web API 2 (DelegatingHandler vs ActionFilterAttribute) Pin
Richard Deeming6-Oct-16 4:29
mveRichard Deeming6-Oct-16 4:29 
QuestionHow to design data entry web app (C# VS 2015) Pin
Verdlin5-Oct-16 6:23
Verdlin5-Oct-16 6:23 
Hey, guys.

I am an experienced programmer but very new to ASP.NET. I am needing to code a simple web app and unsure of the best way to do it. I know how to find most answers on my own, so I won't be a needy person here. I just need to know the general design I should follow.

The web app is for a company that needs employees to enter data into a time log excel spreadsheet. My design simplifies the process using a step-by-step method that prompts for each item (i.e. start time, activity type). As the user inputs data, the answers are fed into the excel spd using COM (don't need any help there).

An example of the process:
1. Select your name (from DDL - I plan to automate this by login)
2. Enter your hours
3. etc.

The data inputted is contextual. In other words, what is prompted for in #4 can be dependent upon #1. This means the Server must keep up with all the information until the entry is complete.

Sorry if this is TMI. The short of it is, how do I display each step? Should they all be separate web pages? My gut says that's a bad idea. Is there a way to stay on one page and enter all this data one at a time? Currently I'm working with a Windows Forms ASP.NET web project.

Bonus points: The windows app I coded is smart enough to dynamically create the prompts, and it would be *amazing* if the web app could do the same.
AnswerRe: How to design data entry web app (C# VS 2015) Pin
David Mujica5-Oct-16 10:30
David Mujica5-Oct-16 10:30 
GeneralRe: How to design data entry web app (C# VS 2015) Pin
Verdlin6-Oct-16 4:39
Verdlin6-Oct-16 4:39 
AnswerRe: How to design data entry web app (C# VS 2015) Pin
Nathan Minier6-Oct-16 1:17
professionalNathan Minier6-Oct-16 1:17 
GeneralRe: How to design data entry web app (C# VS 2015) Pin
Verdlin6-Oct-16 4:41
Verdlin6-Oct-16 4:41 
AnswerRe: How to design data entry web app (C# VS 2015) Pin
kmoorevs23-Oct-16 6:36
kmoorevs23-Oct-16 6:36 
GeneralRe: How to design data entry web app (C# VS 2015) Pin
Verdlin24-Oct-16 6:42
Verdlin24-Oct-16 6:42 
GeneralRe: How to design data entry web app (C# VS 2015) Pin
kmoorevs24-Oct-16 11:54
kmoorevs24-Oct-16 11:54 
AnswerChange Page Language Pin
Hakmeh Mohannad4-Oct-16 21:43
Hakmeh Mohannad4-Oct-16 21:43 
Questionimplementation digital signature with md5 hash in asp Pin
Member 127574633-Oct-16 22:28
Member 127574633-Oct-16 22:28 
AnswerRe: implementation digital signature with md5 hash in asp Pin
Nathan Minier4-Oct-16 1:20
professionalNathan Minier4-Oct-16 1:20 
QuestionHow do you hide a label, textbox and button on a form via yes/no toggle switch Pin
Bootzilla333-Oct-16 10:04
Bootzilla333-Oct-16 10:04 
AnswerRe: How do you hide a label, textbox and button on a form via yes/no toggle switch Pin
F-ES Sitecore3-Oct-16 23:27
professionalF-ES Sitecore3-Oct-16 23:27 
AnswerRe: How do you hide a label, textbox and button on a form via yes/no toggle switch Pin
Member 102180524-Oct-16 1:03
Member 102180524-Oct-16 1:03 
QuestionRDLC report header row visiblility issue .. Pin
Member 1178145530-Sep-16 1:59
Member 1178145530-Sep-16 1:59 
Rant[REPOST] RDLC report header row visiblility issue .. Pin
Richard Deeming30-Sep-16 2:22
mveRichard Deeming30-Sep-16 2:22 
QuestionGetting a HARD URL for Your own Action Pin
TheOnlyRealTodd29-Sep-16 20:49
professionalTheOnlyRealTodd29-Sep-16 20:49 
AnswerRe: Getting a HARD URL for Your own Action Pin
F-ES Sitecore30-Sep-16 1:12
professionalF-ES Sitecore30-Sep-16 1:12 
QuestionSum all values in datalist control Pin
Otekpo Emmanuel27-Sep-16 11:49
Otekpo Emmanuel27-Sep-16 11:49 
QuestionRe: Sum all values in datalist control Pin
ZurdoDev29-Sep-16 5:42
professionalZurdoDev29-Sep-16 5:42 
AnswerRe: Sum all values in datalist control Pin
Otekpo Emmanuel29-Sep-16 10:37
Otekpo Emmanuel29-Sep-16 10:37 
GeneralRe: Sum all values in datalist control Pin
ZurdoDev29-Sep-16 12:50
professionalZurdoDev29-Sep-16 12:50 
AnswerRe: Sum all values in datalist control Pin
Vincent Maverick Durano7-Oct-16 8:23
professionalVincent Maverick Durano7-Oct-16 8:23 

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.