1
Reply

value of type System.Drawing.Bitmap cannot be converted to System.Web.UI.Webcontrols.Image

felixprasetyo

felixprasetyo

Feb 24 2005 8:23 PM
8.3k
Hi..i got error message like that 'value of type System.Drawing.Bitmap cannot be converted to System.Web.UI.Webcontrols.Image' Code : Protected WithEvents picDraw As System.Web.UI.WebControls.Image picDraw = New Bitmap(picDraw.Width, picDraw.Height, System.Drawing.Imaging.PixelFormat.Format24bppRgb) Any body help me to solve that's problem....thanks Regards, Hendra

Answers (1)