i have a problem with saving last entry in the data base in Visual Basic 2010.

if i enter 3 items (for Example) the program will save the first two, the last one will not store it even when i press save button.

here the code i made for save button:

Code:
Private Sub Save_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Save.Click
        Try
            Me.Validate()
...