Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Open your BookStore app from the previous assignment. Create a new web form called Login.aspx and add the Login link in the navigation bar. Design
Open your BookStore app from the previous assignment.
Create a new web form called Login.aspx and add the Login link in the navigation bar.
Design and code the Login.aspx with below:
A form with two text box: First Name and Last Name
A "Cancel" button Redirects to the home page
A "Login" Button Redirects to the Products page
When a user logs in and is redirected to the products page, use sessioncookies to display the first name of the user in the welcome message like below.
Create a new master page Site.Master.aspx and design this as the base design of your website.
Use a bootstrap theme to do so Redesign your entire website based on your new theme.
Make sure the other web forms are now inheriting the Master page.
Work on integrating friendly URLs and routing with all your web pages. You need not add any new pages, just make the existing ones use friendly URLs.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started