How do I drag and drop a picture to picturebox in C# and save to sql 2008 database?
I am new to C# programming and have started a database of inventory items to start learning C#. I plan on testing and learning as I go on and will add functionality as I go...
What I want to do now is learn database to C# functionality using code. I have already created a SQL 2008 database to store the information. I have also created a simple form in C# and can display the information in the database.
What I want to do is add is the functionality to drag and drop a picture to the the picturebox control to display and save it to the database.
I have the data type set to picture in the database to display the picture.
How do I drag and drop a picture to picturebox in C# and save to sql 2008 database?