R
Ron H.
I'm just wanting to know which is the more proper programming technique.
If I have a 3 page online form, is it better to post the page back to itself
or is it a better design to have 3 seperate webpages.
In other words:
One web page i.e. 'index.aspx' that submits back to itself and then displays
the appropriate form controls based on a variable ie. form1, form2, form3 to
let the page know which of the three forms that are coded on it to display.
Or
Moving from Page1.aspx, then to Page2.aspx, and the finally to Page3.aspx by
coding the postback url to the submit buttons postback url property.
If I have a 3 page online form, is it better to post the page back to itself
or is it a better design to have 3 seperate webpages.
In other words:
One web page i.e. 'index.aspx' that submits back to itself and then displays
the appropriate form controls based on a variable ie. form1, form2, form3 to
let the page know which of the three forms that are coded on it to display.
Or
Moving from Page1.aspx, then to Page2.aspx, and the finally to Page3.aspx by
coding the postback url to the submit buttons postback url property.