Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A database that has two tables: Employee and Department .The Employee table should store the ID, name, password, phone NO and the ID of

 

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

3.33 Rating (153 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Programming questions

Question

What is the World Wide Web Consortium (W3C)?

Answered: 1 week ago

Question

What is an ad-hoc query?

Answered: 1 week ago