ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 3rd, 2012, 04:58 AM
capitals capitals is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2012
Posts: 17 capitals User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 h 4 m 58 sec
Reputation Power: 0
Some part of navigation won't work.

Hi There,

I am having difficulties with navigation, i have been on it for two days but cannot fix it.

It must be some small error where I am going wrong.

I have a sub side-navigation on each page, when these pages opened from main navigation. Main navigation work fine, also most of sub pages navigation works fine but for some of them they wont highlight when they clicked.

First part below works fine but second one when I click Online Platform the sub link opens Mobile walkthrough, and when I click Mobile walkthrough, page opens on the side but navigation closes, Mobile walkthrough doesn't stay opened like on other pages. I want navigation to stay opened. I have compared few of new pages with old ones and everything is the same, cannot find any difference but it doesnt work.

<asp:PlaceHolder ID="navComp1" Visible="false" runat="server">
<ul>
<li class="<%=GetNavClass("hardware,disk") %>"><a href="hardware.aspx">
Shop</a>
<ul>
<li class="<%=GetNavClass("disk") %>"><a href="disk.aspx">
Disks</a></li>
</ul>
</li>
<li class="<%=GetNavClass("software,program") %>"><a href="software.aspx">Software</a>
<ul>
<li class="<%=GetNavClass("program") %>"><a href="program.aspx">Program
Examples</a></li>
</ul>
</li>

</ul>
</asp:PlaceHolder>

<asp:PlaceHolder ID="navComp2" Visible="false" runat="server">
<ul>

<li class="<%=GetNavClass("platform,platformwalk") %>"><a href="platform.aspx">Online
Platform</a>
<ul>
<li class="<%=GetNavClass("platformwalk") %>"><a href="platformwalk.aspx">
Platform walk</a></li>
</ul>
</li>
<li class="<%=GetNavClass("mobileplatform, mobilewalkthrough") %>"><a href="mobileplatform.aspx">Mobile Platform</a>
<ul>
<li class="<%=GetNavClass("mobilewalkthrough") %>"><a href="mobilewalkthrough.aspx">
Mobile walkthrough</a></li>
</ul>
</li>
</ul>
</asp:PlaceHolder>

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > Some part of navigation won't work.

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap