Essay preview
Homework 1
ISAM 5338, Summer 2014
Assignment
1. Create a contact list editor for an ASP.NET web site. The page you create should alternate between a summary display and an editor display. When the user first arrives on your page, show a summary list of contacts in a GridView.
In it, each name has an edit link beside it.
2. When the user presses an Edit link or button, open an edit screen so the user can change the name or contact info for person listed by the link. When doing this, hide the summary information. The user should get a screen much like this:
There should ...