Browser Problem

Last post 05-17-2008 7:53 AM by deepakgoyal86. 3 replies.

Sort Posts:

  • Browser Problem

    05-16-2008, 6:33 PM
    frenz: I have binded a image on dataset, it displayed on IE nicely but in Mozilla the image is not displayed. Can any one give me the solution. Thnaks: suresh
    Filed under:
  • Re: Browser Problem

    05-16-2008, 7:27 PM
    • Loading...
    • Jeev
    • Joined on 11-24-2005, 7:49 AM
    • Posts 2,328

     could be some layout issue.Hard to say what is wrong without looking at the code

    Jeev
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    If you get the answer to your question, please mark it as the answer.
  • Re: Browser Problem

    05-17-2008, 1:24 AM
    Answer
    • Loading...
    • shobhit rai
    • Joined on 05-10-2008, 4:52 AM
    • Mumbai
    • Posts 139

    hello

    try changing the slash

    that means images/123.jpg to images\123.jpg or vice-versa

    HAPPY CODING
    regards
    shobhit rai
  • Re: Browser Problem

    05-17-2008, 7:53 AM
    Answer

    @ Shobhit:

    In windows, address of a file are followed by Back slash "\" and in Linux and other OS it follows Forward Slash "/" (You cannot work on .Net on OS other than windows!! Wink).

     

    When you are not able to see the image in FF Right click and click on View page source tab and check if it is getting the image from correct path or not. Also remember to use '~' for root, rg if u have ur image in images folder then use "~\image\img1.gif" as path.

Page 1 of 1 (4 items)