



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Visual programming exercises using programming language c#
Typology: Exercises
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Sample Questions
QUESTION 1
frmCustomers (shown below) has been designed to collect data about customers. Validation features need to be implemented.
Sample Questions
UDM, 2017 Page - 1 โ
txtCustID, txtLastName,
txtFirstName,
cboTown,
dtpBirthDate,
mtxtPhone,
txtCreditLimit,
Sample Questions
UDM, 2017 Page - 1 โ
Sample Questions
UDM, 2017 Page - 1 โ
entering a custID in a text box named txtSearchCustID. Clicking on btnSearch will perform the search process. If the customer is not found, a message must be displayed. If customer is found, his record must be displayed on the form. Write code to implement the search feature. State any query/method that you need to create for the data adapter, customersTableAdapter.
Sample Questions
UDM, 2017 Page - 1 โ