|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HyperLink.NavigateUrl always adds an extra ../ when going to a higher level directoryextra ../ 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.
ASP.NET absolute path to file
ascx event to parent aspx: howto ? howto: bubble-up events Problems with HTMLInputFile Control HTMLInputFile Control for Multiple Files Submit form two grids with validators Microsoft.Web.UI.WebControls Infragistics Web Control Accessing multiple instances of a control on a form |
|||||||||||||||||||||||