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
this is my code for button :)