1
Answer

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

Ask a question
felixprasetyo

felixprasetyo

19y
8.3k
1
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)