image control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • inungh

    image control

    I drap and drop an image control on the form and link to a url with
    bmp file.
    The image shows at design time, it show an "x" when I run it in he
    explorer.

    Should I do any configuration about it?

    Your information is great appreciated,
  • Eliyahu Goldin

    #2
    Re: image control

    Make sure you specified a valid virtual path to the image. The browser can
    load only from virtual path like "myimages/image1.bmp", not from physical
    ones like "c:\myimages\im age1.bmp".

    --
    Eliyahu Goldin,
    Software Developer
    Microsoft MVP [ASP.NET]




    "inungh" <inungh@gmail.c omwrote in message
    news:32a9c526-290c-46bb-a8b4-829ad9d8e085@59 g2000hsb.google groups.com...
    >I drap and drop an image control on the form and link to a url with
    bmp file.
    The image shows at design time, it show an "x" when I run it in he
    explorer.
    >
    Should I do any configuration about it?
    >
    Your information is great appreciated,

    Comment

    Working...