Monday, November 10, 2008

ASP.NET BLOB & Thumbnail Controls 2.0 description

A set of ASP.NET server controls for rendering 2 way data bindable images or other files on the fly from SQL BLOB, programmable download links and many BLOB and file related operations without requiri

A set of ASP.NET server controls for developing SQL BLOB & Thumbnail related web applications in the most efficient, organized and object oriented manner without requiring you writing any codes or ashx http handler files. A set of controls: BlobImageButton, BlobImage, BlobThumbnail, BlobIFrame, BlobButton, BlobHyperlink. BlobImageButton, inherited from ImageButton, will behave exactly like a standard image button with extra byte[] type property named BlobData. The image will be rendered from the value of this byte[] property instead of ImageURL property. Also you can display the image as a thumbnail by setting a checkbox. BlobThumbnail Control will display a thumbnail and clicking the thumbnail will show a popup window with the full sized image or prompt Download dialog box. BlobButton and BlobHyperlink controls are used to display a Download prompt/dialog to download the byte[] content as a file. You can program those controls to create a secured download link so that your visitor won?t see the real location of the file in your server, good for developers who are selling digital products like eBooks or softwares. SpiceLogic BLOB & Thumbnail Control suit will not only display your Images directly from your SQL Blob, but also it will create Thumbnails on the fly. The power of this control is its BLOB 2 way data binding feature. Now, you can simply bind the byte[] BlobData property of this control to your VarBinary or any byte[] datatype of your DataSource and place this control in your DataBound Container Control like GridView or DetailsView. You can also Update/Insert new Blob records using this control (Setting Upload Mode=true). UploadMode will show a Upload form element and upload button element, and that gives you the power to upload files directly to the BlobData property. This control never creates any temporary file in your server so you won?t need to worry about setting any WRITE permission to your web folders. A very straight forward and friendly control.

Read More..

No comments: