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.
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.
Well that example was great too. But i have noticed two things compare with
previous link i got.
The example here does not tell you how to display the image from a datagrid
as an example.
And other thing that is common to both example is that the
response.ContenType is not set from a value in database.
Im my code i also do store Response.ContentType and
that should lead to the following:
Response.ContentType = dr[ImageContentType].ToString();
where dr is the datarow containing my image info.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.