Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
314
Menu item image path is not correct
posted

Hi,

I upgraded from 7.3 to 8.1 then I ran the same problem as in:

http://forums.infragistics.com/forums/t/8397.aspx

Things looked fine after applying the hot fix but I have one issue, in the master page, I am setting the image for one of the menu items like:

Protected Sub UltraWebMenu1_DataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles UltraWebMenu1.DataBound
    Me.UltraWebMenu1.Items.Item(0).ImageUrl = "~/Images/menuImage.gif"

End Sub 

the image is showing in the default.aspx page (which is located in the root directory) but when I view another page that is located inside a subdirectory is shows the x mark inplace of the image. The image has the URL: http://localhost/Images/menuImage.gif while is is supposed to be http://localhost/MyWebSite/Images/menuImage.gif (which is correctly happening in the default.aspx page)

 Things were working fine in 7.3 . I don't know what went wrong with 8.1. Am I the only one experiencing this problem?