davecapone
Programmer
I was wondering if anyone know how to output an image to a page that is stored as a Base64 encoded image in a database to a web page inline.
Meaning something like:
<img src="GetImage()">
I'm searched the internet and have only been able to come up with 1 article and that was how to do it in Classic ASP and was wondering if anyone knew about Asp.net.
The Classic ASP link was:
Meaning something like:
<img src="GetImage()">
I'm searched the internet and have only been able to come up with 1 article and that was how to do it in Classic ASP and was wondering if anyone knew about Asp.net.
The Classic ASP link was: