02 ASP - Net Session02
02 ASP - Net Session02
Installing Web
Windows XP Applications Using
Professional Using ASP.NET
Attended
Installation
Objectives
Problem Statement:
You are a developer in the Adventure Works organization, a
fictitious bicycle manufacturer. You have been asked to assist
in the development of the Business-to-Consumer (B2C) Web
application and a Business-to-Employee (B2E) extranet portal.
Decisions on the design of the application have already been
taken. You have been asked to carry out a number of specific
tasks in order to implement various elements of this design.
Solution:
To solve this problem, you need to perform the following tasks:
1. Implement Non-Default Event Handlers
a. Open the Adventure Works Web site.
b. Create a centralized event handler for two Button controls.
c. Specify the feedback_Click method as the Click event handler for
the feedback buttons.
d. Create an event handler for the Command event of Button controls.
e. Specify the SortGroup_Command method as the Command event
handler for the Button controls.
f. Test the Web site functionality.