Hi All, hope you can help with this (I'm not great with ASP!)
I have a master page with several user controls. One user control is a basic user status display with a linkbutton to allow the user to log out.
This caused an error because it said the linkbutton had to be inside a <form> declaration. Because you can't declare a <form> inside a user control I opened up the <form> element on the master page to cover the entire page (include the dropped in user controls). All worked well .... until I then put some serverside controls in the master page's placeholder - now I get the same error for the code inside the placeholder.
It seems the master page is getting confused between whether the user control or the placeholder is inside it.
Any help greatly appreciated!
PS I'm sure this has been posted somewhere else, but the search isn't great on here!