value of type System.Drawing.Bitmap cannot be converted to System.Web.UI.Webcontrols.Image
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