Ask a Question related to ASP.NET General, Design and Development.
-
PsiMan #1
Embedding Webforms
Is there any way to embed a webform or something similar into another
webform so that it renders correctly?
I've been using pagelets but find them annoying as they can't be absolutly
positioned and don't render when u embed them
Cheers
Psiman
PsiMan Guest
-
CDONTS - WebForms - Pls Help
I am hoping that someone can help me Here is what I want to do; I need to have a htm page that has text boxes that website visitors fill out... -
Webforms and HotKeys
Oh Wow! thanks alot. :-) surely a great relief with this issue. Cheers -
HELP - WebForms as HttpResponseHandlers
Hello All, I'm using the <httpHandlers> section of the web.config file to specify a webform class (WebForm1) that is the base class for... -
WebForms as HttpResponseHandlers?
Hello All, I'm using the <httpHandlers> section of the web.config file to specify a webform class (WebForm1) that is the base class for... -
Embedding webforms controls in asp.net page?
Is it possible to embed (rich) webform controls in an asp.net page? assuming the workstation has IE and the Framework installed of course. Like... -
Steve C. Orr, MCSD #2
Re: Embedding Webforms
No, forms cannot be within forms. This violates the rules of HTML.
But you can have controls within controls.
And you could have a page within a page if you use an IFrame.
Alternately, you could have a form AFTER another form on the same page.
(But only one of them can be a runat=server form.)
Here's more info on IFrames:
[url]http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/IFRAME.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"PsiMan" <simonm@contemi.nospam.co.uk> wrote in message
news:%23SGa6NfRDHA.1624@tk2msftngp13.phx.gbl...> Is there any way to embed a webform or something similar into another
> webform so that it renders correctly?
>
> I've been using pagelets but find them annoying as they can't be absolutly
> positioned and don't render when u embed them
>
> Cheers
>
> Psiman
>
>
Steve C. Orr, MCSD Guest



Reply With Quote

