Homework 13
Ø
Make a new WinEmployee
program that uses ASP.NET and ADO.NET.
o (20) Employee data should be loadable into an appropriate
<asp: control, such as a datagrid.
o (20) BonusInfo data should be loadable into an appropriate
<asp: control, such as a datagrid.
o (20) The XML data (from Homework 12) should be a possible
data source.
o (20) ADO.NET database Tables should be a possible
data source.
o (20) There should be a “Compute Payroll” that
computes total of all employee pay, where each employee is paid the usual:
EmpPay= Pay +( BonusItemAmount*JobBonus);
Ø
EXTRA CREDIT: (5) If the tables are
efficiently loaded only once, via an appropriate “state” saving mechanism (such
as Session[]).