YOUR RESPONSE:<BR><BR> <BR>Problem setting NavigateUrl property in a user control!!!<BR> <BR>aj dyke - 31 Oct - 09:19:51 AM<BR>--------------------------------------------------------------------------------<BR>Hi everyone! I am having a really annoying problem and hope that ya'll can help me out. Here is the situation:<BR><BR>I created a user control (.ascx) file that contains a table with an image hyperlink and a text hyperlink. The user control exposes a property called "NavigateUrl" that sets the NavigateUrl of both internal hyperlinks. It also exposes a few other properties, but they are not important.<BR><BR>My problem is that when I set the NavigateUrl properties of the internal hyperlinks with a relative link, it sets them relative to the control "/common/controls/" instead of the page that is using the control "/company/". The only work-around I have found is to use an absolute url, but that gets annoying when the page I am linking to is in the same directory!<BR><BR>Has anyone experienced this? Any ideas on a better work-around?<BR><BR>Thanks.