Hi,
This post will show you how to save/load images to/from a database. This approach lets you do it without having to save the image on to disk. On a real hosting computer, you probably will not have write permissions. Therefore, it is sometimes vital to do image saving/loading on the fly.
In this post we will [...]
Posts Tagged ‘FILE’
Reading and writing images from/to database
Posted in ADO.NET, ASP.NET, C#, SQL SERVER, tagged ASP.NET, bind, Byte, C#, database, DataReader, DB, express, FILE, from, image, ImageUrl, Load, picture, read, Save, SQL, SQL SERVER, stream, System.Drawing, System.Web, System.Web.UI, System.Web.UI.WebControls, to, url, write on October 17, 2008 | 6 Comments »
Download a file into client with ASP.NET 2.0
Posted in ASP.NET, C#, tagged ASP.NET, C#, CLIENT, Download, FILE on June 8, 2008 | 1 Comment »
Recently I have been involved in developing a program to manage our own company’s contracts. Since every time I write a program I try go trough it with a new approach, I learned a lot of things and I am gonna share them with you here, tough they might not be that complicated.
One feature that [...]