In This Topic
BinaryImage for ASP.NET Web Forms provides the ability to display images stored as binary data in the database. You can also use it to add images from a binary image field in a data source, to any control that supports data binding (such as C1GridView).
Key Features
- Resize Image: Resize the image and set the ResizeMode to Fit, Fill or Crop.
- Alternate text: Provide alternate text that will be displayed, in case the image is not available.
- Image Align: Set the alignment of the BinaryImage in relation to other controls added to the form.
- HttpHandler: Create an Http Handler to stream the image from it's source onto the form where the BinaryImage control is placed.