Hello,
1)I'm going to read an image from a MS SQL Server database
and get it back to the Browser as a image file.
I have no clue what the methode return value should be,a byte type?
Maybe in this way:
pulblic byte[] getImageThatShouldBeSaved(imgId)
{
return byte[]
}
??
2)As i said after return the image to the caller Method, user should be able to save image by klicking the
save button on the dialog page.
what is need to automaticly open the dialog window to save the image?
regards
1)I'm going to read an image from a MS SQL Server database
and get it back to the Browser as a image file.
I have no clue what the methode return value should be,a byte type?
Maybe in this way:
pulblic byte[] getImageThatShouldBeSaved(imgId)
{
return byte[]
}
??
2)As i said after return the image to the caller Method, user should be able to save image by klicking the
save button on the dialog page.
what is need to automaticly open the dialog window to save the image?
regards