How do I load image binary string into image control??
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hiya I have a binary string that contains my graphic (from database) and want to load it into my icon asp.net image control. The only property I can see to make the image display is ImageURL, which takes a URL. How do I load my binary string into the image control?? Or is there another control I can use?? Thanks
-
Hiya I have a binary string that contains my graphic (from database) and want to load it into my icon asp.net image control. The only property I can see to make the image display is ImageURL, which takes a URL. How do I load my binary string into the image control?? Or is there another control I can use?? Thanks