hi, my name is ivan,i am new to stored procedure and VB.Net, i am trying to insert a value to a column in a table in my database using VB.Net and Stored procedure


Here's the procedure:

1. A user will input a value to a textbox, for example lastname.
2. When the user click the save button, the button will call the stored procedure.


Here's my code in stored procedure:

...