Dashboard / Problem Statement
Lab Assignment 04

The Problem Statement

Internet Application Development · 6th Semester

Problem 01

ASP.NET Page Events

Develop a page to demonstrate various events which are raised and handled during ASP.NET Page processing once the page object has been created. (Develop in Visual Studio and host it on your site).

Draw the page processing sequence and write a description about it. (For solution you may refer to class discussions, presentations and live demonstrations.)

Problem 02

Debugging & Breakpoints

With reference to Problem 1, you are required to experiment with debugging using breakpoints. Learn how line-by-line code execution can be realized. Write its benefits below?

Problem 03

PVFC Web Implementation

Refer to Lab 1 in which paper prototyping and HTML interfaces were developed for Pine Valley Furniture Company. The next task is to convert plain HTML into web forms in order to realize a web application. The application should incorporate the following functionalities:

  • New Customer Registration
  • Searching of Products
  • Products Selection and Order Placement
  • Product Catalog Update
  • Payment Provision
Develop in Visual Studio and host it on your site.
Problem 04

Search Mechanism Handler

Implement the search mechanism (functionality) for searching products (furniture products) through the search page as listed in Problem 3. When the page visitor enters a search string in an input control (e.g. text box) and clicks a search button, all relevant products must be displayed to the page visitor.

Write the button click handler. Make it available online.

Problem 05

Testing & Verification

Develop and execute test cases for Problem 4. Write details of test cases below?

Web hosting by Somee.com