if statement for button when clicked it will follow instructions
i have a button and the command is when it is clicked it will produce a certain details ..
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