G
Guest
I have a MasterPage. The MasterPage actually contains the <form> tag which is
used throughout the site.
On just certain pages that use that MasterPage, I need the "enctype" for the
<form> tag to be set to:
enctype="multipart/form-data"
On the rest of the pages, I do not need this.
How can my specific ASPX page that uses the MasterPage change the
MasterPage's <form enctype=...> just for that page? Or is there a better way?
Alex
used throughout the site.
On just certain pages that use that MasterPage, I need the "enctype" for the
<form> tag to be set to:
enctype="multipart/form-data"
On the rest of the pages, I do not need this.
How can my specific ASPX page that uses the MasterPage change the
MasterPage's <form enctype=...> just for that page? Or is there a better way?
Alex