Everyday Computing Advanced Computing The Internet At Home Health, Mind & Body Making & Managing Money Sports & Leisure Travel Beyond The Classroom
Certification
Databases
Networking
Programming
Win a Trip to New York City to see Monty Python's SPAMALOT!
Visual Studio.NET All-in-One Desk Reference For Dummies

Visual Studio.NET All-in-One Desk Reference For Dummies


By Nitin Pandey, Senthil Nathan

ISBN: 978-0-7645-1626-9
Format: Paper
Pages: 960 Pages
Pub. Date: April 2002

E-mail a Friend About This Book
Price: $39.99
Description
Author Information
Table of Contents
Read Excerpt (PDF)
Errata
Downloads

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 = ""

Related Articles
Opening, Closing, and Hiding Forms with Visual Basic .NET
Understanding Scope in Visual Basic .NET
Understanding Data Types in Visual Basic .NET
Building Your First DataSet in Visual Basic .NET
Discovering Visual Basic .NET's Internet Technology: ASP .NET
Related Titles
VisualBasic .NET For Dummies
Visual Basic.NET Database Programming For Dummies
.NET Web Services For Dummies
Visual Basic.NET All-In-One Desk Reference For Dummies 
Visual Basic 2005 For Dummies