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:
(Develop the application in Visual Studio and host it on your site.)
Implement the search mechanism (functionality) for searching furniture products through the page mentioned in Problem 3.
When the page visitor enters a search string in an input control (text box) and clicks the search button, all relevant products must be displayed to the page visitor.
Write the button click handler below and make it available online.