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 be no screen flicker when the summary panel is hidden and the edit panel is displayed.
3. You are welcome to design your own implementation, but one way accomplish the page is to create an UpdatePanel and insert two Panel controls as illustrated here:
Copyright ©2014 Doug Steel. All rights reserved. This material may not be reproduced, displayed, modified or distributed without the express prior written permission of the copyright holder.
Page 1
4. This is an Ajax assignment, so there is no need to create persistent storage using a database.
5. Upload your assignment to the mis.uhcl.edu server for grading. Please contact our lab manager, Chris Ware, if you need help accessing your account.
Submission
Turn in your assignment on the MIS server (mis.uhcl.edu) on or before the due date. Late assignments are accepted but they accrue late penalties of 20 points
(20 percent) per day after a 24 hour grace period. Assignments submitted more than 5 days after the grace period earn a grade of zero.
Please note:
Assignments must be submitted on the Web server. (Instructions for accessing the server are at the bottom of the server home page at http://mis.uhcl.edu.) Assignments turned in via e-mail or thumb drive will not be graded.
Copyright ©2014 Doug Steel. All rights reserved. This material may not be reproduced, displayed, modified or distributed without the