multiple forms on one page

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have a simple web user control. I'd like for this form to appear twice on a single aspx page. How do I get around the problem of having more than one <form runat=server> tag?

More background: the user control is a login box. For design reasons I want the box to be available in the header as well as the bottom of the page.

Thanks,
Pint

.



Relevant Pages

  • Page_Load twice
    ... The master page which contains a User Control ... Page_Load is fired twice and it is causing a number of ... >the user control that I'm stepping through fires twice. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Page_Load twice
    ... It's definitely not, this is inside of a web user control, ... the user control that I'm stepping through fires twice. ... by a Page.LoadControl in the master page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Page_Load twice
    ... The Page_Load that is being fired twice, is it in the .ascx file or in the ... > the master page. ... >>It's definitely not, this is inside of a web user control, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: page load User Control
    ... > I have a user control which I have registered in a webform. ... One reason for Page_Load to fire twice is if you have AutoEventWireUp set to ... duplicate output will have to come from multiple executions of Page_Load. ...
    (microsoft.public.dotnet.framework)
  • Re: Getting Started with Web User Control
    ... I usually view newsgroup via Microsoft ... Outlook News Reader and the attachment is obvious in this program. ... > | Subject: Re: Getting Started with Web User Control ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)