Let’s say I have a database with:
Place_ID
Place_Name
Place_picture
For example
Place_ID = 123
Place_Name = Everest
Place_picture = https://commons.wikimedia.org/wiki/File:Everest_kalapatthar.jpg#/media/File:Everest_kalapatthar.jpg
Place_ID = 465
Place_Name = Grand Canyon
Place_picture = https://commons.wikimedia.org/wiki/File:Nankoweap.JPG#/media/File:Nankoweap.JPG
How do I get this linked to picture to show in the grid view Or I could save the picture to a folder in the website, how would I show this (but I would rather just link to wikipeadia)
I show this on a Gridview like this (the picture is not showing obviously)
Member
85 Points
246 Posts
Displayed linked picture in Gridview
Mar 29, 2019 02:12 PM|janehollin|LINK
Hi
Let’s say I have a database with:
Place_ID
Place_Name
Place_picture
For example
Place_ID = 123
Place_Name = Everest
Place_picture = https://commons.wikimedia.org/wiki/File:Everest_kalapatthar.jpg#/media/File:Everest_kalapatthar.jpg
Place_ID = 465
Place_Name = Grand Canyon
Place_picture = https://commons.wikimedia.org/wiki/File:Nankoweap.JPG#/media/File:Nankoweap.JPG
How do I get this linked to picture to show in the grid view Or I could save the picture to a folder in the website, how would I show this (but I would rather just link to wikipeadia)
I show this on a Gridview like this (the picture is not showing obviously)
Participant
850 Points
492 Posts
Re: Displayed linked picture in Gridview
Mar 29, 2019 02:20 PM|AddWeb Solution|LINK
You can try below code to display image in GridView which stored as a link in database. I have used simple HTML img tag to display image.