G
Guest
HI guy
I am working on the web application that required to display
the chart image on the page. The process is clicking the button
and browser will popup another windows that displayed the
image. The problem is the image is not a file but a array of
bytes so that i couldn't using it's image url to display in
different browser. Is there any way to create an image on the
fly i.e. get the array of bytes and display it on the browser
Assume i have an Generate.aspx that contain the button and its
input to generate the image ie.image width, image height, an Display.aspx to
show the image
and the following method
//Returns array of bytes
private byte[] GetBinaryImage(int width,int height)
{
//Get data from database
}
This is urgent someone help me to do so please.
Thank you
Popoxinhxan
I am working on the web application that required to display
the chart image on the page. The process is clicking the button
and browser will popup another windows that displayed the
image. The problem is the image is not a file but a array of
bytes so that i couldn't using it's image url to display in
different browser. Is there any way to create an image on the
fly i.e. get the array of bytes and display it on the browser
Assume i have an Generate.aspx that contain the button and its
input to generate the image ie.image width, image height, an Display.aspx to
show the image
and the following method
//Returns array of bytes
private byte[] GetBinaryImage(int width,int height)
{
//Get data from database
}
This is urgent someone help me to do so please.
Thank you
Popoxinhxan