Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 17th, 2007, 02:35 PM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kherrerab Send a message via Yahoo to kherrerab
Default adding images to the menu

How can i change to images the menu?

 
Old September 18th, 2007, 12:40 PM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 131
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to kherrerab Send a message via Yahoo to kherrerab
Default

hello!!! i would like to add images to the THB menu.. how can i ??? plz

 
Old September 18th, 2007, 01:48 PM
rav rav is offline
Authorized User
 
Join Date: Feb 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

As far as I understand, you can not add images in web.sitemap...
You can try changing in template.master file to insert images
like this

<div id="headermenu">
  <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" StartingNodeOffset ="0" />

  <asp:Menu ID="mnuHeader" runat="server" Orientation ="Horizontal" MaximumDynamicDisplayLevels ="0" SkipLinkText ="" StaticDisplayLevels="2">
    <Items>
       <asp:MenuItem ImageUrl="~/images/ArrowR.gif" Selected="true" NavigateUrl="~/Default.aspx" />
       <asp:MenuItem ImageUrl="~/images/ArrowR.gif" Selected="true" NavigateUrl="~/Default.aspx" />
     </Items>
  </asp:Menu>
</div>

rav






Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Menu Items using VB SamuelP ASP.NET 2.0 Professional 0 October 23rd, 2006 08:01 AM
Menu control ---images avats General .NET 3 July 6th, 2005 01:36 PM
Adding menu to dialog bar. lmadhavi Visual C++ 2 October 4th, 2004 02:08 AM
Adding a menu to ChildWindow lmadhavi Visual C++ 2 August 31st, 2004 05:24 AM
Adding a picture to the Menu Editor donrafeal Pro VB Databases 0 April 22nd, 2004 03:21 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.