Search found 1 match
- Thu Feb 02, 2006 7:07 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: ASP.NET 2.0 Master Page Problem
- Replies: 6
- Views: 6762
Asp.net 2.0 Master Page Sub folder Relative URL error
I am having a similar problem. I was running to issues with the images on the page not working under sub folders. I then changed all the images on the page to <asp:image ~/images/imageName.gif>. THat fixed my image problem. Now when the page is rendered it converts the ~ into .. or ../.. However, I ...