Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. vb.net

vb.net

Scheduled Pinned Locked Moved Visual Basic
questioncsharpdatabasehelp
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vidhu raj
    wrote on last edited by
    #1

    hi all can anyone help me in displaying images in a datalist. images are stored in a folder, not in databse but the image path is stored in the table which control shall i use in itemtemplate? how can i link that control with database? can anyone help me in detail thanks in advance

    Q 1 Reply Last reply
    0
    • V vidhu raj

      hi all can anyone help me in displaying images in a datalist. images are stored in a folder, not in databse but the image path is stored in the table which control shall i use in itemtemplate? how can i link that control with database? can anyone help me in detail thanks in advance

      Q Offline
      Q Offline
      quacks_a_lot
      wrote on last edited by
      #2

      You can probably add a picturebox to your form and use the PictureBox1.Load(imagepath) function.

      V 1 Reply Last reply
      0
      • Q quacks_a_lot

        You can probably add a picturebox to your form and use the PictureBox1.Load(imagepath) function.

        V Offline
        V Offline
        vidhu raj
        wrote on last edited by
        #3

        sorry i want to display in a web form in a web form , we dont have picturbox, right? can i use image control? if yes, how can i set the path? please help me in solving this thanks in advance

        Q 1 Reply Last reply
        0
        • V vidhu raj

          sorry i want to display in a web form in a web form , we dont have picturbox, right? can i use image control? if yes, how can i set the path? please help me in solving this thanks in advance

          Q Offline
          Q Offline
          quacks_a_lot
          wrote on last edited by
          #4

          I'm sure the image control will work. Scroll through its methods until you find a property or a method that you can use that will allow you to set the image's source, or URL, or path. The image control has some property or method for this. If its a method it will probably be named something like Load. To look through what properties and methods are available type: Image1. where Image1 is the name of your image control. once you press the '.' a list will pop up with all the properties and methods that you can use.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups