Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
32 Points
89 Posts
May 08, 2012 08:03 AM|LINK
the public static image gives me this error
Error 1 'Image' is an ambiguous reference between 'System.Web.UI.WebControls.Image' and 'System.Drawing.Image'
edit:
i got it to work .. my code had both 'System.Web.UI.WebControls.Image' and 'System.Drawing.Image'
.. any way now that it's working..
im getting back an image type how do i use it as an html image src?
eladc
Member
32 Points
89 Posts
Re: binary string to image?
May 08, 2012 08:03 AM|LINK
the public static image gives me this error
Error 1 'Image' is an ambiguous reference between 'System.Web.UI.WebControls.Image' and 'System.Drawing.Image'
edit:
i got it to work .. my code had both 'System.Web.UI.WebControls.Image' and 'System.Drawing.Image'
.. any way now that it's working..
im getting back an image type how do i use it as an html image src?