Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MultiView Question
Message
 
À
07/10/2008 14:58:31
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Versions des environnements
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01353405
Message ID:
01353669
Vues:
17
>Hi,
>
>Looking for suggestions!
>
>I have MultiView on my page.
>
>asp:MultiView ID="MultiView1" runat="server"
> asp:View ID="View1" runat="server"
> some HTML
> asp:View
> asp:View ID="View2" runat="server"
> ?????
> asp:View
>asp:MultiView
>
>So it's look like this. Can I embed an ASPX page in to View2 and how?
>
>Thanks in advance

Not really, at least not directly, but there is a way to fake it. An easy way to pretty much do what you'd want would be to create a ASCX control and drop than on the page. That's the way I'd suggest. If that isn't a possibility you could always just embed an IFRAME into that view and the IFRAME just shows that other page (all postbacks occurring from that control will post back to that other page, though, whereas a user control will post back to the same page as the multiview.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform