D
dmm
Hi all,
I am using master pages and am having a bit of an issue. As part of my
masterpage I want to display the user's current logged in status using the
LoginView. However I get the following error:
Control 'loginView' of type 'LoginView' must be placed inside a form tag
with runat=server.
I can see that the LoginView is indeed being rendered outside the form tag -
which seems to surround the content placeholder - so I understand the
message, but this seems to seriously affect the utility of the MasterPage
proposition. Presumably even the Menu control would suffer from this issue.
Is there a workaround for this???
Cheers
I am using master pages and am having a bit of an issue. As part of my
masterpage I want to display the user's current logged in status using the
LoginView. However I get the following error:
Control 'loginView' of type 'LoginView' must be placed inside a form tag
with runat=server.
I can see that the LoginView is indeed being rendered outside the form tag -
which seems to surround the content placeholder - so I understand the
message, but this seems to seriously affect the utility of the MasterPage
proposition. Presumably even the Menu control would suffer from this issue.
Is there a workaround for this???
Cheers