G
Guest
I have a form declared like this in the html
<form id="SearchResults" method="post" runat="server" name="frmMain"></form>
I don't see the form anywhere in the codebehind and I am not able to access
it like this
Me.frmMain or Me.SearchResults.
Is it not possible to access the form from the code behind or am I missing
something?
Thanks
<form id="SearchResults" method="post" runat="server" name="frmMain"></form>
I don't see the form anywhere in the codebehind and I am not able to access
it like this
Me.frmMain or Me.SearchResults.
Is it not possible to access the form from the code behind or am I missing
something?
Thanks