Pace
Well-known member
Hello all,
Ive never done this before but hey, first time for everything and all that.
VS 2005 - I have a stored procedure on my sql server set to do lots of funky stuff... Only thing is, it needs 3 variables from my app. 2 strings and a date and these need to be passed as parameters.
so...
Ive never done this before but hey, first time for everything and all that.
VS 2005 - I have a stored procedure on my sql server set to do lots of funky stuff... Only thing is, it needs 3 variables from my app. 2 strings and a date and these need to be passed as parameters.
so...
VB.NET:
Private Sub btnUpdate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUpdate.Click
'Updating...
Me.btnDone.Visible = True
Me.btnUpdate.Visible = False
'Pass my stuff and let sql do its thaaang...