Hi
I have a problems when using the HyperLink control when settings the NavigateURL and it navigating to the wrong folder because i am rewriting the urls
for intanse there are two kind of links
Section/hello.aspx -> ~/Content/content.aspx?section=hello
Content/world.aspx -> ~/Content/content.aspx?id=world
When you are at a url that is the first kind (e.g Section/hello.aspx) the HyperLink control keeps writing the second kind of link as Section/world.aspx instead of Content/world.aspx
I have tried resetting the Hyperlink controls AppRelativeTemplateSourceDirectory to ~/Section instead of its automatic value of ~/Content but this doesnt seem to do anything.
Anyone got any ideas?
Thanks
Dan