G
Guest
I have a web form that has most of the UI designed. On this form, some of the
labels, textboxes, dropdowns, etc. will be added dynamically, depending on
what extra bits of data the user decides they want to see. The question I
have is when retrieving the dynamic fields for my form, should I get
everything in one grab (dynamic fields and data) or keep the form dataset
separate from the actual data dataset? Also, please excuse my ignorance, but
if I get this information in one trip to the server, is this a mix up of
presentation and data layers, or am I totally off base on what those terms
mean? Thanks in advance for any replies.
labels, textboxes, dropdowns, etc. will be added dynamically, depending on
what extra bits of data the user decides they want to see. The question I
have is when retrieving the dynamic fields for my form, should I get
everything in one grab (dynamic fields and data) or keep the form dataset
separate from the actual data dataset? Also, please excuse my ignorance, but
if I get this information in one trip to the server, is this a mix up of
presentation and data layers, or am I totally off base on what those terms
mean? Thanks in advance for any replies.