Link to home
Start Free TrialLog in
Avatar of dennis_hs
dennis_hsFlag for Denmark

asked on

Display images in a Repeater (vb.net)

Hello.

I'm trying to display images in a Repeater. I've searched EE and Google, but didn't really find anything suitable. Maybe because I want to avoid any code behind programming (only in this case though).

I have a field in the SQL db for the image path (varschar). Should I keep the entire path and image name? Or just the image name and then hardcode the folder path in the asp code?

Anyway, how do I display images the best way? If I have to do any programming to make it work, that's ok...

Thanks.
Avatar of farwa
farwa
Flag of Pakistan image

http://articles.sitepoint.com/article/asp-net-repeater-control

this article may be helpful.. U'll have to do a little bit of coding which is shown in this article
ASKER CERTIFIED SOLUTION
Avatar of farwa
farwa
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dennis_hs

ASKER

Thanks..

I went for:

The filename of the image in the SQL db and just added:

" />