Hi Cor,
|| Did you remember that problem with images in a SQL database
|| that had to be shown on a Webform, from which we thought the
|| solution would be MemoryStream.
I hope we didn't think that!!
The MemoryStream was to avoid having to
use a file on the server. Getting the data to the web page was the main issue,
and for which we had no solution at the time.
|| That does not work because there is no control that can accept a
byte().
|| For images only Url's are right).
Yes, you have to have a Uri that requests an image and set the response
content type appropriately for the image data.
|| The example that was returned and that we saw, was given
|| everywhere in the asp.net group, but that gives a bad
|| uncontrolled picture on a page.
That's interesting. What sort of bad picture?
|| I did make it for vb.net. language now and it works nice.
That's even more interesting.
Could you send me a copy ? And/or you could post it to the end of the
original thread. (I'd see it there. I keep threads marked for ages - just in
case). And a copy to the asp group if they aren't linked to that thread.
Cheers,
Fergus