i have a checkbox (ckVat) and a textbox (txtvat). what i want to do is that when i check the checkbox, it should pull data from the database into the textbox. the table from which am retrieving the data is called "Vat" so i want it to pull the vat number into the textbox. pls i need help.
Private Sub ckVat_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ckVat.CheckedChanged
End Sub