Results 1 to 2 of 2

Thread: Image control URL

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Image control URL

    I added a image control to display jpg files which are store at a file server (UNC format)

    \\server\image\sample.jpg (More image files)

    I tried to link to this file from image control property, imageurl but can't (From dropdown list, only allow the file under project to be selected).

    I tried to use vb.net code like below but don't work.

    myimage.ImageUrl = "\\server\image\sample.jpg"

    Please advise.

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width