Question: Anyone can help please? As quick as possible.. A database that has two tables: Employee and Department The Employee table should store the ID, name,

Anyone can help please? As quick as possible..Anyone can help please? As quick as possible.. A database that has

A database that has two tables: Employee and Department The Employee table should store the ID, name, password, phone NO and the ID of the department where he works The Department table should store the department ID and the department name :Build a website using ASP.NET as described in the following A login.aspx allows the employee to login using his id and password and either be forwarded to the employee.aspx page (successful login) or displays a message "invalid ID/Password". Use Cookies instead of sessions to stores user information B. employee.aspx displays the ID, name, department name and phone number about the logged in employee. It also allows the logged in employee to change his/her phone NO and it has a Jogout button C. employee.aspx webpage displays names of the departments using a dropdown list. When the user selects a department, he/she should be forwarded to another page named displayemployees.aspx and all employees of the selected department should be displayed using a grid view (use Query String ONLY) .D. If the employee tries to access employee.aspx without being logged in, he/she is forwarded to login.aspx A database that has two tables: Employee and Department The Employee table should store the ID, name, password, phone NO and the ID of the department where he works The Department table should store the department ID and the department name :Build a website using ASP.NET as described in the following A login.aspx allows the employee to login using his id and password and either be forwarded to the employee.aspx page (successful login) or displays a message "invalid ID/Password". Use Cookies instead of sessions to stores user information B. employee.aspx displays the ID, name, department name and phone number about the logged in employee. It also allows the logged in employee to change his/her phone NO and it has a Jogout button C. employee.aspx webpage displays names of the departments using a dropdown list. When the user selects a department, he/she should be forwarded to another page named displayemployees.aspx and all employees of the selected department should be displayed using a grid view (use Query String ONLY) .D. If the employee tries to access employee.aspx without being logged in, he/she is forwarded to login.aspx

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!