By Jackie Lin
Project 1 is an online test where users are presented with questions in various formats including radio buttons, select lists, and text boxes, all built into an HTML page. The answers are processed on an ASPX page that determines whether the responses are correct and awards points accordingly.
Try the Quiz!Project 2 is a coffee shop that uses a ASPX page that displays a gridview that invoves template field and bound field as well. We would databind from a SQL server into a dataset and that into a gridview which would give options for the User to buy coffee. .
Here Buy some CoffeeProject 3 is a Zillow like web application that has ASP pages that will display grids that has houses that are under a Broker. Houses are about to be edit or even deleted by a Broker if they own that house. Regular users will be able to request a home showing or even a bid for the house and a broker will be able to accept or reject that offer.
Buy yourself a houseProject4 ask the same as prject 3 however we used a new framework in MVC and we also used restful API to do databse calls. We had also included a 3rd party api with the maps in where you can auto generate certain field.
Buy yourself a house