0

I have the code which returns image from function by taking input parameter as a byte array. How to catch that image & show it on aspx page with asp control. ASP control have imageurl property & not have image property.

Please reply....

Regards, Girish

Muhammad Akhtar
  • 51,913
  • 37
  • 138
  • 191
GirishC
  • 63
  • 2
  • 11

1 Answers1

0

You can either write image byte directly into response stream - this can be done when image is downloaded - or you have to save it in some location that can be accessed by your application, then generate virtual path for it's physical path and provide url for page control.

terR0Q
  • 1,369
  • 8
  • 17