G
Guest
Hi all,
I know this is easy, just can't seem to get it. I have a windows form, and
a text box, with a value already in it. I need to add that value to a table.
It's just one value, so the entire row doesn't get filled. I have a
connection and all that stuff.
Private Sub btnPlaceBet_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnPlaceBet.Click
' Dim Myds As Footbet.DStable
' txbxCPwage.DataBindings.Add("txbxCPwage", Myds, "TableID.Pass")
Just looking for the code to pass this value to the DS.
TIA!
Rudy
I know this is easy, just can't seem to get it. I have a windows form, and
a text box, with a value already in it. I need to add that value to a table.
It's just one value, so the entire row doesn't get filled. I have a
connection and all that stuff.
Private Sub btnPlaceBet_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnPlaceBet.Click
' Dim Myds As Footbet.DStable
' txbxCPwage.DataBindings.Add("txbxCPwage", Myds, "TableID.Pass")
Just looking for the code to pass this value to the DS.
TIA!
Rudy