J
Jensen bredal
How do i display an image stored in a database in an
asp.net web form?
I assume the image need not to be scaled.
asp.net web form?
I assume the image need not to be scaled.
How do i display an image stored in a database in an
asp.net web form?
I assume the image need not to be scaled.
For some reason, I couldn't find a simpler example than this:
http://www.codeproject.com/aspnet/image_asp.asp
Check out the latter part of the article, view.aspx is what you're
looking for. The only thing is the author created a custom class for DB
interaction, don't let it confuse you in the code. The DB access code
is above the section I'm referring to.