vendredi 27 février 2015

How do I display an embedded image from an object in an aspx page?

I have an object with an embedded image accessible as a property e.g. myObject.image. This image is a Gif that is stored as an embedded resource in the dll. On my aspx source I have a .net image control. This control essentially spits out a standard html image element that needs an image url as a source. So how do I make this thing display my image property from my object? I can't simply say myHTMLImageElement = myObject.image.


Thank you for your time.


Aucun commentaire:

Enregistrer un commentaire