i have a button and the command is when it is clicked it will produce a certain details ..
this is my code for button :)
Code:
If btnupdate.Enabled = True Then
txtroute.Text = "Pasig Palengke to Market Market"
txtamount.Text = Label3.Text
txtbalance.Text = txtcardbal.Text - Label3.Text
End If
Comment