hello every one. am trying to create Image from byte array in my page. First i create the image by System.Drawing.Image then am trying to convert
System.Drawing.Image
to
System.Web.UI.WebControls.Image
. but the compiler says "Cannot convert type 'System.Drawing.Image' to 'System.Web.UI.WebControls.Image'". So any one please help me.Thxs.