Question: Please use ASP.NET with C Sharp to solve your question as soon as possible. Thanks Question 27 lot yet nswered larked out of 0.00 -
Please use ASP.NET with C Sharp to solve your question as soon as possible. Thanks

Question 27 lot yet nswered larked out of 0.00 - Flag question 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 logout 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. Question 27 lot yet nswered larked out of 0.00 - Flag question 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 logout 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
Get step-by-step solutions from verified subject matter experts
