ASP.NET | Image from Database

ivopereira

New member
Joined
Sep 7, 2008
Messages
2
Programming Experience
3-5
Hey guys.
Well, I have a DataBase, with a column called PlayerPhoto, it is a varchar(50) type. It saves the location of the photo of the player.

Well, in Players.aspx page, I have one table, showing player details (age, country, position, etc | all stored in db), and I want it to show player's photo.

Let's imagine:
I have in PlayerPhoto: Images/Photos/0.jpg, and, therefore I want it to be visualized with the playerdetails, THE IMAGE not the text lol.

Any help?
Greetz[];)
 
Last edited:
Back
Top