Store and Retrieve Image in Crystal Reports From SQL Database and Folder Using ASP.Net
Saving and displaying images in database tables is a common requirement in ASP.NET projects.
There are two ways to store images in a database:- Store image URLs in the database as a normal string.
- Store image as binary data.
- Show how you to upload and save images directly in a SQL Server database table as binary data and display in Crystal Reports.
- Show how you to store images in a folder and display in Crystal Reports.
Click here to read more................
Comments