Click here to Skip to main content
15,891,976 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Binary Data Storage Pin
ky_rerun27-Sep-07 0:23
ky_rerun27-Sep-07 0:23 
QuestionMessage on user ingerface! Pin
Jwalant Natvarlal Soneji13-Sep-07 21:56
Jwalant Natvarlal Soneji13-Sep-07 21:56 
AnswerRe: Message on user ingerface! Pin
Pete O'Hanlon14-Sep-07 0:15
mvePete O'Hanlon14-Sep-07 0:15 
QuestionMass mail sender app Pin
firestoper12-Sep-07 19:20
firestoper12-Sep-07 19:20 
AnswerRe: Mass mail sender app Pin
led mike13-Sep-07 4:44
led mike13-Sep-07 4:44 
QuestionThe "EGG" task Pin
Saikek12-Sep-07 11:16
Saikek12-Sep-07 11:16 
AnswerRe: The "EGG" task Pin
Pete O'Hanlon13-Sep-07 10:26
mvePete O'Hanlon13-Sep-07 10:26 
QuestionTechnologies for multiple-question application form. Pin
walkeraj11-Sep-07 8:24
walkeraj11-Sep-07 8:24 
I work for a state agency that has a multiple page, multiple question application form. Because the application centers around eligibility for a payoff, there are different paths that an applicant may take through the application. For instance, depending upon their answers, they may only need to fill out one or two pages of questions, but could conceivably need to fill out more pages depending upon whether or not further information is required.

What sort of approach/technology would be ideal to handing this sort of thing in .NET? Currently, it is handled in a very clumsy manner involving multiple .aspx pages and a lot of unnecessary, hard-coded session variables and logic checks. In this environment it's easy for things to become unnecessarily complicated, and changes to a single question might require changes in multiple places throughout the application (especially to database calls).

One method I was thinking of would be a single .aspx page with a multiview control backed by XML files for each page of questions where the questions are given attributes that define what type of question they are (i.e. yes/no, checkbox, text), as well as the name they are to be given in the database (i.e. "absence_eligibility1"), but I am unsure of the best way to implement the dependencies.

Any ideas?
AnswerRe: Technologies for multiple-question application form. Pin
ncushing26-Sep-07 20:16
ncushing26-Sep-07 20:16 
QuestionBasic Class Design Pin
rb15710-Sep-07 0:42
rb15710-Sep-07 0:42 
AnswerRe: Basic Class Design Pin
Ed.Poore10-Sep-07 0:54
Ed.Poore10-Sep-07 0:54 
AnswerRe: Basic Class Design Pin
led mike10-Sep-07 5:09
led mike10-Sep-07 5:09 
GeneralRe: Basic Class Design Pin
rb15710-Sep-07 6:28
rb15710-Sep-07 6:28 
GeneralRe: Basic Class Design Pin
led mike10-Sep-07 8:02
led mike10-Sep-07 8:02 
QuestionRe: Basic Class Design Pin
rb15711-Sep-07 0:32
rb15711-Sep-07 0:32 
AnswerRe: Basic Class Design Pin
Maximilien10-Sep-07 7:00
Maximilien10-Sep-07 7:00 
GeneralRe: Basic Class Design Pin
rb15711-Sep-07 0:44
rb15711-Sep-07 0:44 
AnswerRe: Basic Class Design Pin
etkid8421-Sep-07 2:57
etkid8421-Sep-07 2:57 
AnswerRe: Basic Class Design Pin
Edward Steward21-Sep-07 19:37
Edward Steward21-Sep-07 19:37 
GeneralRe: Basic Class Design Pin
rb15721-Sep-07 23:37
rb15721-Sep-07 23:37 
GeneralRe: Basic Class Design Pin
Edward Steward22-Sep-07 15:11
Edward Steward22-Sep-07 15:11 
QuestionLoading Composite Object Model Pin
nzaveri5-Sep-07 6:46
nzaveri5-Sep-07 6:46 
AnswerRe: Loading Composite Object Model Pin
led mike5-Sep-07 7:46
led mike5-Sep-07 7:46 
GeneralRe: Loading Composite Object Model Pin
Magnus Salgo1-Oct-07 21:08
Magnus Salgo1-Oct-07 21:08 
QuestionHelp on Design for Cross-Platform Application Pin
brdavid4-Sep-07 3:57
brdavid4-Sep-07 3:57 

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.