Reference no: EM132982
Question
Make an .xml file in Visual Studio that contains the exact same information. Name files ITPR425_u2ip_LastName.xml.
Assignment Guidelines
generate the .xml file titled ITPR425_u2ip_LastName.xml using example in the assignment description.
Start a new Web Application project in Visual Studio using C#.
Design a Web Form to display the data created in your XML file.
You be able to use text boxes, label controls, or any other controls to show information about the contacts from your list.
Use XPathNavigator object to read your XML file and display the contents on your form, one contact at a time.
You have to include a button on the form to show the Next Contact.
When the end of the XML file has been reached, disable the Next button.
When finished, name your project, and place the title of your form (the Text property of the main form) to ITPR425_u2ip_LastName.