The focus of this lab was to develop a web-based application for the Pine Valley Furniture Company. The objective was to transform HTML prototypes and paper designs into fully functional ASP.NET Web Forms, so that customer registration, product search, product selection, catalog updates, and payment processing can be allowed.
Home Page / Dashboard: Entry point for employees and customers with navigation links.
Customer Registration Page: Allows new customers to register and store details in the database.
Product Search Page: Users can search furniture products by keywords and see relevant results.
Product Catalog Update Page: Allows employees to add or update product details in the database.
Cart Page: View the cart, and proceed to order placement.
Payment Page: Provides payment options and records transaction details.
Help Pages: Guides users about using the web application.
Navigation menus use unordered lists, and layouts are flow-based with boxes for each product card. Repeater controls in ASP.NET were used to display product lists dynamically from the database.
The search mechanism uses SQL queries to fetch desired products.