Wednesday, March 28, 2012

Saving picture in a SQL database (ASP.NET 2.0/C#)

I'm looking for information that could tell me how to saving picture in a SQL database. The site is build on asp.net 2.0 and c#, and I'm using Visual Web Developer 2005 Express Edition. I would be thankful for some help.

There are loads of examples out there, but another way is to store the URL of a picture instead, which is smaller and easier.
Have a look at the following which should do ithttp://msdn2.microsoft.com/en-us/library/3517w44b.aspx

No comments:

Post a Comment