I have read the other results, but nothing specific to my issue.
I realize having two form tags with runat="server" does not work. My problem is that I require a form in the Master Page file to handle the menus and such, and the 'child' page of my application also requires a form tag to handle its operations.
I have tried to remove the form tag in my 'child' pages, but the code-behind doesn't see that I am using the form tag in the Master Page. Due to this, compilation fails ("The name 'form1' does not exist in the current context")
How can I attain the goal of keeping my menus in the Master Page working, while keeping my 'child' pages from erroring out when compiling?
form
code? – Stanley Cup Phil