This program explains you how to upload images onto a SQL Server 2008 db using VS 2008 with code written in C#.
Open SQL Server 2005/2008 instance, select a db and create a table (Image_Gallery) with following attributes.
Now,
1)Open a new website, In solution explorer of VS 2008/2005 add a new aspx page.
2) Add an FileUpload asp.net control onto the webpage.
3) Add a button to the asp page and name it to "Upload"
3) Double click on it to go to the logic.
4) add the following code in the event handler of the "Upload" button
Now, Save and Run the application. Its done.
Thanks it help me alot....
ReplyDeleteCan i know how can i retrieve it from sql server to my webpage.
ReplyDeleteits good......
ReplyDelete