Home All Groups Group Topic Archive Search About

HyperLink.NavigateUrl always adds an extra ../ when going to a higher level directory

Author
29 May 2005 11:33 PM
Nathan Sokalski
Whenever I assign a value to the HyperLink.NavigateUrl property, it adds an
extra ../ in the generated href= attribute of the anchor tag. For example,
when I assign it the value "comments.aspx" the href attribute comes out as
href="../comments.aspx" The location of the file with the code that
generates the anchor is in the root directory, while the aspx file is one
level deeper. Could this be the problem? If it is, how can I fix it so that
I can use it in any directory? Here is my basic file structure:

ROOT
  -navigation.ascx
  -navigation.ascx.vb (uses navbuttoninfo.vb)
  -navbuttoninfo.vb (this is the file where the NavigateUrl property is
assigned)
    -PAGE THAT USES NAVIGATION.ASCX
    -PAGE THAT USES NAVIGATION.ASCX
    -PAGE THAT USES NAVIGATION.ASCX
      -PAGE THAT USES NAVIGATION.ASCX
      -PAGE THAT USES NAVIGATION.ASCX

Thanks.
--
Nathan Sokalski
njsokal***@hotmail.com
http://www.nathansokalski.com/