Hello, im having some problems with a bitmap, im hoping somebody can help me :(
i'm gettin data through a stored procedure and want to draw a pie graph.
the little problem is that i actually get to draw it with:
bmp.save(respon se.outputstream , imageformat.jpe g)
but it appears in the whole page. i would like to put it in a image: thats where
the problem begins.
Ive been trying to save what i drew in a image.bmp and retrieve it
and it seems it doesnt save (or perhaps never got to draw something).
hoping that someone can help, thank you!
i'm gettin data through a stored procedure and want to draw a pie graph.
the little problem is that i actually get to draw it with:
bmp.save(respon se.outputstream , imageformat.jpe g)
but it appears in the whole page. i would like to put it in a image: thats where
the problem begins.
Ive been trying to save what i drew in a image.bmp and retrieve it
and it seems it doesnt save (or perhaps never got to draw something).
hoping that someone can help, thank you!
Comment