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?
The issue is resolved in the private hotfix release for 8.2
I submitted an incident to the support team. They told me the issue will be assigned to a developer to research for a fix, workaround, or other resolution. I will update you if anything new occurred.
Regards,
Ali
HI,
I am having the same problem. Image path is not correct? Is there a hot fix for the problem or how do you correct the issue?
Thanks,
Keith