Why not remove the form in your content page? The content page should use
the form in the master page, just as if it was it's own.
--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"brett" <> wrote in message
news: ups.com...
> I have an ASPX page that needs to use a FORM. However, it's master
> page already has a FORM element, which prevents the ASPX page from
> using its FORM element. I'm not doing anything special on the Master
> page. The FORM element was there when I added the Master page. Is the
> FORM element on the Master necessary or how do I get around this
> situation?
>
> Thanks,
> Brett
>