RSS Forums RSS
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting

Navigation Menu Issue

Join Date: Oct 2006
Location: England
Posts: 161
Reputation: ptaylor965 is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 19
Sponsor
ptaylor965's Avatar
ptaylor965 ptaylor965 is offline Offline
Junior Poster

Re: Navigation Menu Issue

  #5  
Nov 8th, 2007
I have stepped through the code and all rows returned have the correct image path

Also this issue happens on both IE7 & Firefox 2
This issue only occures on a link that refreshes the page but does not navigate away

Here is the code that fill the Navigation Menu from SQL
SQLTable_L1 = Gen.GetNavigation(True, Members, "TopLeft")
For Each SQLRow_L1 In SQLTable_L1.Rows
  MnuItem = New MenuItem(SQLRow_L1("Name").ToString, "", SQLRow_L1("Image").ToString, SQLRow_L1("URL").ToString, "")
  mnuTopMainLeft.Items.Add(MnuItem)
Next
And the code that postsback
lblJoinError.Visible = False
lblLogInError.Visible = False

txtJoinEMail.Text = ""
txtJoinName.Text = ""
txtJoinPassword.Text = ""
txtJoinUsername.Text = ""
txtLogInPassword.Text = ""
txtLogInUsername.Text = ""
chkLogInRemember.Checked = False
Last edited by ptaylor965 : Nov 8th, 2007 at 2:39 pm.
Peter Taylor
Visual Basic.NET Application Developer

TaylorsNet
http://www.taylorsnet.co.uk
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 2:50 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC