Link to home
Start Free TrialLog in
Avatar of Anurudda
Anurudda

asked on

Image Loading in ASP.NET

The way I Load images read from a database is first reading the image as binary stream and eventually Response.BinaryWrite to a page and then load the page as the image src of the aspx page.

Is there a more efficient way of loading images rather first loading to a page and then laoding the page ?
ASKER CERTIFIED SOLUTION
Avatar of sberkovitz
sberkovitz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of net99online
net99online

please add this step

in the parameter you add be sure to type in the SourceColoumn property the Column in the database which includes the image data