This is my situation,
I have a page that has three form tags in it. On is a server form tag (for the main body portion of the site), the other two are regular old HTML form tags without the runat=server.
Is there anyway to reference the controls contained in the regular HTML tags from the code-behind file or do they have to have to be server controls to be able to do that?
I have a page that has three form tags in it. On is a server form tag (for the main body portion of the site), the other two are regular old HTML form tags without the runat=server.
Is there anyway to reference the controls contained in the regular HTML tags from the code-behind file or do they have to have to be server controls to be able to do that?