DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Fri, 17 Aug 2007 08:53:03 -0700,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    Yin99
          2    Nathaniel Greene am


Menu control with Target MultiView Control?   
I have a Menu control that currently changes the view on a MultiView.
Works, but I was wondering if there is any way to load separate pages
in each view via Menu?

Ex:

[Menu Control]  (Allows user to select view in Multiview)

[MultiView Control]

[View1] - view 1 loads page1.aspx

[View2] - view 2 loads page2.aspx

[View3] - view 3 loads page3.aspx

In effect, I am trying to get the "Frames" effect from these two
controls.  I do not want to use classic html frames though.  Is there
another way with ASP.NET 2.0 ?  Thanks!

Yin
Date:Fri, 17 Aug 2007 08:53:03 -0700   Author:  

RE: Menu control with Target MultiView Control?   
If you were using .ascx controls instead of .aspx you could probably do this 
and then you would use 
LoadControl("~/ThumbnailPreview.ascx");
And it would returna reference to the .ascx control that you could then add 
to a View's Control collection.

Please let us know if this is helpful or if you have further questions. 
Thanks,


"Yin99" wrote:


> I have a Menu control that currently changes the view on a MultiView.
> Works, but I was wondering if there is any way to load separate pages
> in each view via Menu?
> 
> Ex:
> 
> [Menu Control]  (Allows user to select view in Multiview)
> 
> [MultiView Control]
> 
> [View1] - view 1 loads page1.aspx
> 
> [View2] - view 2 loads page2.aspx
> 
> [View3] - view 3 loads page3.aspx
> 
> In effect, I am trying to get the "Frames" effect from these two
> controls.  I do not want to use classic html frames though.  Is there
> another way with ASP.NET 2.0 ?  Thanks!
> 
> Yin
> 
> 
Date:Mon, 20 Aug 2007 06:28:02 -0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us