473,414 Members | 1,609 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

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

Aug 17 '07 #1
1 2201
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

Aug 20 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Fabuloussites | last post by:
I have a page that has multiview control that has two dropdown lists on it. the dropdown controls ARE NOT inside of the multiview. Each drop down is bound using its own sqldatasource conrtol. The...
2
by: Alexander van Doormalen | last post by:
I have a MultiView control with 2 Views in it. In the first View I have a form which contains sereral input controls and a custom UserControl. In this custom UserControl I have a button which...
1
by: H | last post by:
ASP.NET 2.0 I used to have IE Webcontrols (Tabstrip w/Pageviews) on my page. Because of issues, I switched over to a horizontal Menu with a Multiview control. The problem is in the...
2
by: John Smith | last post by:
I am trying to use the menu control for a tabbed menu system but it's frustrating the hell out of me. The full code is listed below. The trouble that I'm having is that, when the user clicks on a...
0
by: John Smith | last post by:
If anyone can help, I would very muchly appreciate it. I have a main page that uses the .net 2.0 menu control with the multiview controls as the menu choices. This works fine. One of the menu...
3
by: John | last post by:
Hi there, I was reading an article (http://avenuea-razorfish.com/articles/TheAll-MenuNavigation_Turbek.pdf) on 'all-menu navigation' and I'd like to try and implement this in my site. Can...
5
by: Brad Isaacs | last post by:
Good morning friends, I am working with ASP.NET 2.0 -- VB code behind I have created tabbed pages using the Menu control with the Multiview control. Using the menu control to display the...
1
by: gshankar | last post by:
In ASP.NET of VB.net/C#.net, how to use the combination of Menu and Multiview control. For example, when a menuitem in a menu control is clicked, a view is to be displayed. Send us the coding.
0
by: nzkks | last post by:
Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005 In a asp.net page, I have two multiview controls each has 2 views & its corresponding 2 menu items named Metric &...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.