Hi guys,
Im very new to vb.net. I have this project that I'm working on Just to get more insight and appreciate programming.
Now the problem I'm getting now is how to save the picture already selected to my picture box into the database (sql-server)
this is my datase:
memberID varchar(10)
firstName varchar(50)
lastName varchar(50)
picture image
I want the save button (btnSave) on my vb to save their respective values into the database directly
thanks in advance