Solved

A Web Page Allows a User to Enter Graduation Information

Question 23

Essay

A Web page allows a user to enter graduation information on a Web page.The user enters his or her first name and last name,selects a major from a drop-down list,and selects a graduation date from a calendar.All data entered by the user is stored as string variables.A message using the string variables should display the information entered as follows:
FirstName LastName
Major: ####
Graduation Date: MM/DD/YYYY
Write the statements to assign the concatenated string to the lblMessage control so that it will display in the appropriate format.Create your own variable names.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions