| Text correction:
The following text is missing from page 710.
Clearing the text boxes on your form
You may need to display fresh records while working with records
in your application. For this, you need to clear the content in
the text boxes present on the form. To do so, add the following
code to the Click event of the Clear Details button:
TxtID.Text = ""
TxtFName.Text = ""
TxtLName.Text = ""
TxtDept.Text = ""
txtSearch.Text = ""
TxtDesg.Text = ""
|