I am not sure if I understand you well :S
do you want to clear the textbox from data when user click some button ?
you do like this
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
TextBox1.Text = ""
and that for all ur textboxes