how to save image in sql server using asp.net with c#
-
hi iam having fields int the table branchid nvarchar(50) primary key, branchname nvarchar(50), city nvarchar(50), area nvarchar(50), phoneno nvarchar(25), mobileno nvarchar(25), photo image (16) how to store the image in sql server using asp.net with c# and how to display and delete, update from gridview
-
hi iam having fields int the table branchid nvarchar(50) primary key, branchname nvarchar(50), city nvarchar(50), area nvarchar(50), phoneno nvarchar(25), mobileno nvarchar(25), photo image (16) how to store the image in sql server using asp.net with c# and how to display and delete, update from gridview
look at this http://www.codeproject.com/KB/database/Store\_images\_in\_SQL\_Serve.aspx
Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/
-
hi iam having fields int the table branchid nvarchar(50) primary key, branchname nvarchar(50), city nvarchar(50), area nvarchar(50), phoneno nvarchar(25), mobileno nvarchar(25), photo image (16) how to store the image in sql server using asp.net with c# and how to display and delete, update from gridview
-
hi iam having fields int the table branchid nvarchar(50) primary key, branchname nvarchar(50), city nvarchar(50), area nvarchar(50), phoneno nvarchar(25), mobileno nvarchar(25), photo image (16) how to store the image in sql server using asp.net with c# and how to display and delete, update from gridview
-
Here is the google search..! Saving and retriving image from sql server[^]
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
it really helps me to get an idea of storing the image into database.thanks fo code project team.
-
hi iam having fields int the table branchid nvarchar(50) primary key, branchname nvarchar(50), city nvarchar(50), area nvarchar(50), phoneno nvarchar(25), mobileno nvarchar(25), photo image (16) how to store the image in sql server using asp.net with c# and how to display and delete, update from gridview
Please take a look at following link. This is a small useful blog which describe that how to insert image in database using c#. http://www.mindstick.com/Blog/184/Save image in SqlServer using C This might be useful for you. Thanks.