Hello everyone,
I have been assigned a task of creating a new way for our HR team to mange employees as well as provided employees with the information they need quickly. I deiced that building a custom .ASP.Net (with c#) plus SQL could potentially provide the best results and lowest price. I have been working on the interface and basic coding features and have hit a stumbling block. Before I go into the problem here is a basic image representing my current setup.
Login Page can redirect to one of three ASPX pages depending on which table the username & password was found in.
Superuser table = directs to Superman.aspx
This page simply inputs data into the manager table for HR Admin logins.
Manager table = directs to Manager.aspx
This page currently is planed to manager employee forms, approve/deny/or void vacation requests of employees. As...