Form Example Forms processing allows the ability for the website to interact with a database to control data and verify that the data is correct. ASP.NET works with many layers to produce the processed form from the input page that is viewed by the end user. Data is entered into, this is commonly called the frontend or UI (User Interface) the next main layer is the data processing page. This page processes the data coming back from the Client side page and is commonly called the Server Side Code. The server side code communicates to the database and is found on the webserver and is never viewed by the end user. Doing this the server controls the inflow of data and this major point secures the website from hacking. * Please note this is only an example of how a form processing page works and is not communicating with a database and is not storing any date.