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

Feb 24 2005 8:23 PM
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)