473,725 Members | 2,232 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp:Menu

win
I've create menu in a webform.

<asp:Menu ID="Menu1" runat="server" CssClass="toolb ar"
Orientation="Ho rizontal">
<Items>
<asp:MenuItem Text="Master" Value="Master">
<asp:MenuItem Text="Maintenan ce"
Value="Maintena nce">
<asp:MenuItem Text="Employee Maintenance
" Value=" Employee Maintenance ">
</asp:MenuItem>
</asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>

However I don't want to copy the code to all other webforms.
What should I do?

Thank you very much

Jun 27 '08 #1
3 2148
You should consider using MasterPages to retain the common look and feel
across all pages.

Otherwise, if you are just looking to resuse this control, you can embed
this code into user controls
and custom control and reuse across pages.

--
Madhur

"win" <a@a.comwrote in message
news:%2******** ********@TK2MSF TNGP04.phx.gbl. ..
I've create menu in a webform.

<asp:Menu ID="Menu1" runat="server" CssClass="toolb ar"
Orientation="Ho rizontal">
<Items>
<asp:MenuItem Text="Master" Value="Master">
<asp:MenuItem Text="Maintenan ce"
Value="Maintena nce">
<asp:MenuItem Text="Employee
Maintenance " Value=" Employee Maintenance ">
</asp:MenuItem>
</asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>

However I don't want to copy the code to all other webforms.
What should I do?

Thank you very much
Jun 27 '08 #2
Hi Win,

As for the "copy the code" you mentioned, do you mean you want to reuse the
Menu control's code template in multiple pages? if this is the case, I
think you can consider the following approachs:

1. As Madhur has suggested, you can define a base page template which can
be reused by multiple content page. In asp.net 2.0, this is called Master
page:

#ASP.NET Master Pages Overview
http://msdn.microsoft.com/en-us/library/wtxbf3hh.aspx

#Master Pages In ASP.NET 2.0
http://www.odetocode.com/Articles/419.aspx
2. You can also consider create an ascx user control that contains such a
Menu and then reuse this usercontrol in multiple ASP.NET page:

#Walkthrough: Creating Reusable Elements with ASP.NET User Controls
http://msdn.microsoft.com/en-us/libr...16(VS.80).aspx

If you have any other considerations, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "win" <a@a.com>
Subject: asp:Menu
Date: Tue, 20 May 2008 12:01:22 +0800
framework.aspne t:67378
>X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

I've create menu in a webform.

<asp:Menu ID="Menu1" runat="server" CssClass="toolb ar"
Orientation="H orizontal">
<Items>
<asp:MenuItem Text="Master" Value="Master">
<asp:MenuItem Text="Maintenan ce"
Value="Mainten ance">
<asp:MenuItem Text="Employee
Maintenance
>" Value=" Employee Maintenance ">
</asp:MenuItem>
</asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>

However I don't want to copy the code to all other webforms.
What should I do?

Thank you very much

Jun 27 '08 #3
Hi Win,

Does the information in our previous messages help you? If you have
anything unclear, please feel free to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsof t.com.

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

=============== =============== =============== =====
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Content-Transfer-Encoding: 7bit
From: st*****@online. microsoft.com (Steven Cheng [MSFT])
Organization : Microsoft
Date: Tue, 20 May 2008 08:16:22 GMT
Subject: RE: asp:Menu
>
Hi Win,

As for the "copy the code" you mentioned, do you mean you want to reuse
the
>Menu control's code template in multiple pages? if this is the case, I
think you can consider the following approachs:

1. As Madhur has suggested, you can define a base page template which can
be reused by multiple content page. In asp.net 2.0, this is called Master
page:

#ASP.NET Master Pages Overview
http://msdn.microsoft.com/en-us/library/wtxbf3hh.aspx

#Master Pages In ASP.NET 2.0
http://www.odetocode.com/Articles/419.aspx
2. You can also consider create an ascx user control that contains such a
Menu and then reuse this usercontrol in multiple ASP.NET page:

#Walkthrough : Creating Reusable Elements with ASP.NET User Controls
http://msdn.microsoft.com/en-us/libr...16(VS.80).aspx

If you have any other considerations, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microso ft.com.

============== =============== =============== ======
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
============== =============== =============== ======
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>>From: "win" <a@a.com>
Subject: asp:Menu
Date: Tue, 20 May 2008 12:01:22 +0800
framework.aspn et:67378
>>X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet

I've create menu in a webform.

<asp:Menu ID="Menu1" runat="server" CssClass="toolb ar"
Orientation=" Horizontal">
<Items>
<asp:MenuItem Text="Master" Value="Master">
<asp:MenuItem Text="Maintenan ce"
Value="Mainte nance">
<asp:MenuItem Text="Employee
Maintenance
>>" Value=" Employee Maintenance ">
</asp:MenuItem>
</asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>

However I don't want to copy the code to all other webforms.
What should I do?

Thank you very much


Jun 27 '08 #4

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

Similar topics

7
2696
by: Chuck Hartman | last post by:
I have a Windows service that requests web pages from a site using an HttpWebRequest object. When I try to request a page from an ASP.NET 2 site, I get a WebException with message "The remote server returned an error: (500) Internal Server Error." I found a post that suggested to catch the WebException to retrieve the actual HttpWebResponse object for more information. The response returned is shown below. At first I thought this was a...
7
2435
by: tfsmag | last post by:
Has anyone had a problem with putting a menu control into a master page in .net 2.0? I have a problem where if i just drop a menu control on a regular page the menu works fine, the submenus work perfect. But if I put that exact same code inside a master page, when i go to view one of the files that use that master page, all of the submenus are out of wack and instead of being hidden, they are at the bottom of the menu, and only go back in...
4
3410
by: Ben | last post by:
Hi, I'm using images in my menu control. I have my menu setup based on this example: http://msdn2.microsoft.com/en-US/library/system.web.ui.webcontrols.menuitembinding.imageurlfield(VS.80).aspx I have a theme and right now, the theme structure looks like... App_Themes --Authenticated ----Images ------Menu
0
1376
by: jason | last post by:
Playing around with asp.net 2.0 and asp:menu for the first time.. what's the attribute/code so that each item in my menu has a *SEPERATE* border around it? Seems I can only make the border around the entire menu. I'd like the menu to look like a datagrid. Here's my code. <form id="form1" runat="server"> <div> <asp:Menu ID="Menu1" runat="server" BackColor="#FFC080" BorderColor="Olive" BorderStyle="Ridge" BorderWidth="1px"...
2
5604
by: jason | last post by:
Does anybody know how I would get borders around each menuitem? Do I have incorportate into a table? Thanks. The below produces a border around the entire menu. <form id="form1" runat="server"> <div> <asp:Menu ID="Menu1" runat="server" BackColor="#FFC080" BorderColor="Olive" BorderStyle="Ridge" BorderWidth="1px" ForeColor="Navy"> <Items>
2
9546
by: Kevin L. Kitchens | last post by:
Howdy... Been toying the the asp:menu object in order to dump the manually generated menu I've been using, however, I cannot seem to get the coloring to work properly. First off, what CSS tags should I be setting for how the menu is eventually rendered? spans? tables? td? div? In the example below I resorted to using inline coloring and still not
2
5677
by: Steve Richter | last post by:
I would like to have a standard site navigation menu, horizontal across the page, at the top of the page. When I hover over a top level menu item I want a drop down menu to appear with the same background color and text alignment as the top level item. Am I asking too much of the asp:menu control? I went the "-CssClass" route in order to get my menu option text to center, but this does not seem to play well with the styling properties...
0
2100
by: jobs | last post by:
Hi. I have a menu horizontal on the top. I figured out that if I set this property the black arrow on parent items goes away.. StaticEnableDefaultPopOutImage="False" However, the item is still wider than other items accross than items
3
5356
by: kenny bones | last post by:
Hi! I'm currently working on a menu which is based on CSS and is listed with <li> tags. The CSS code looks like this: #nav { position: absolute; top: 101px; left: 390px; list-style: none; margin: 0; padding: 0;
0
8752
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9401
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9113
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6011
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4519
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2635
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.