V
Vaidas Gudas
I am generrating the bitmap in asp.net 2.0.
when am am using
bmp.Save(Response.OutputStream, ImageFormat.gif)
everything is OK.but the I am using
bmp.Save(Response.OutputStream, ImageFormat.Bmp)
I am getiing error "{"A generic error occurred in GDI+."}"
Why?
when am am using
bmp.Save(Response.OutputStream, ImageFormat.gif)
everything is OK.but the I am using
bmp.Save(Response.OutputStream, ImageFormat.Bmp)
I am getiing error "{"A generic error occurred in GDI+."}"
Why?