Search

You searched for the word(s): userid:814364

Matching Posts

  • Re: Image Map not working in IE7

    Important Note: Never ever use Server.MapPath to feed your url to ImageUrl property when you are dynamically switching to different Images from backend (cs/vb file). [Avoid => eg: ImageMap1.ImageUrl = Server.MapPath("~/Images/*.jpg" )] Just user simple file url like we use in aspx. [Use => eg: ImageMap1.ImageUrl = "../Images/*.jpg" However this may not be relevant with this question.
    Posted to Master Pages, Themes and Navigation Controls (Forum) by mijaved on 7/4/2009
    Filed under: asp .net 2, ImageMap
Page 1 of 1 (1 items)