S
Shelly
First: I have a master page that has the form tag in it. My content page,
on one occasion, needs a different type of form (uploading files needs
encytype="multipart/form-data"). I solved this by duplicating the master
page and changing the form tag -- but this seems to defeat the purpose of
the master page. (Changing something in one would require changing in the
other for consistency). Is there some way to override the specific of the
form tag while in the content page?
Second: I some of my content pages can get quite large. I would like to be
able to take sections of a large page and place that content in a separate
file and then include that file. Is this possible in aspx? As an example,
suppose I have one area that has a whole set of checkboxes for
property_type_1 and another with a whole set of other checkboxes for
property_type_2 and each of these is extensive code. Can I put the
property_type_x in separate files and simply include them somehow in the
content page? It makes for much easier viewing of the code.
Shelly
on one occasion, needs a different type of form (uploading files needs
encytype="multipart/form-data"). I solved this by duplicating the master
page and changing the form tag -- but this seems to defeat the purpose of
the master page. (Changing something in one would require changing in the
other for consistency). Is there some way to override the specific of the
form tag while in the content page?
Second: I some of my content pages can get quite large. I would like to be
able to take sections of a large page and place that content in a separate
file and then include that file. Is this possible in aspx? As an example,
suppose I have one area that has a whole set of checkboxes for
property_type_1 and another with a whole set of other checkboxes for
property_type_2 and each of these is extensive code. Can I put the
property_type_x in separate files and simply include them somehow in the
content page? It makes for much easier viewing of the code.
Shelly