Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MultiView Question
Message
General information
Forum:
ASP.NET
Category:
Web forms
Environment versions
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01353405
Message ID:
01353669
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform