My name is Jonathan Trinh and this will be the landing page
for my server web application development class with links to the various projects I will be doing
I am in section 1 of this course.
This is project 1 of server side. The goal of this assignment is to build a quiz web application on a html form to be processed server side on an ASPX page. We will be working with various form contorls in html which we then can later request on the ASPX page. The ASPX server side page stores the data taken from users on the html form, we will use that to display and check their answers as well as calculate a grade for them.
This is project 2 of server side. The goal of this assignment is to create a coffee ordering shop web application. We have to use griviews to display information from our database using data binding. We will also have to use various gridview controls for dynamic display. We had to create different gridviews to bind different data from various tables.
This is project 3 of server side. The goal of this assignment is to create an email system application using multiple aspx pages. We will be implementing and binding gridviews from data from our database. I will be using multiple stored procedures for various actions such as deleting, sending, and move emails to different folders. I will also be implementing different actions available only to different users such as admins who can ban and unban users that are flagged.
This is our term project of server side. For this project we had to build an application that allows customers to create accounts as well as order food from restaraunt menus. We also had to create something similar to doordash where we had to allow third party merchants to set up bank accounts for customers and restaurants as well as perform various methods such as funding and processing payments through restful webapis. We also had to implement dynamic user contorls and ajax.
To be determined