Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

coulde you solve this with code in (asp.net) web c# For this exam you will use Asp.net and Ado.net to create Riyadh Cinema Reservation Website

coulde you solve this with code in (asp.net) web c#
image text in transcribed
image text in transcribed
For this exam you will use Asp.net and Ado.net to create Riyadh Cinema Reservation Website that satisfies the following requirements: - The home page must be entitled RiyadhCinemaHomePage.aspx. [0.50 point] - All pages must use a master page entitled RiyadhCinemaMasterPage.master. [1 point] - The master page should use the table for layout (the table must fit the screen), the table have a header which contains a logo on its left side; a left navigation link two pages RiyadhCinemaHomePage.aspx, and RiyadhCinemaMovies.aspx, the footer must contain contact details [layout 1 point; Menu navigation 0.75 point]. (The image folder must be created for the images [0.25 points/). - The site must use external CSS for text and color formatting. The CSS file must have at least three rules, one of which is a CSS id selector and the second is a class selector [ 1 point for the CSS file and 1 point for using the CSS in .aspx files]. - You must create RiyadhCinema database which contains three tables: - The first table is entitled CinemaCenters and contains a list of centers and thus has two attributes the center id and the center name [0.5 point]. (ex. amccinemas., voxcinemas) - The second table is entitled MoviesAvailable and contains a list of movies in each center. Thus, the table contains four attributes the movie id (Identity), movie name, movie description, and centerid [ 0.5 point]. - The third table is entitled MovieShows and contains a list of movie shows for seleeted movie. Therefore, the table should have four attributes - movieshow id, movie date and movie time, movie id [0.5 point]. The RiyadhCinemaMovies.aspx contains a form which includes a dropdown list for the Center name: e.g. amecinemas., voxcinemas, two text boxes - one for the movie name and the other for the movie description and a button for submitting the form and inserting the information into the RiyadhCinema database in a particular MoviesAvailable table [0.50 point for SQL query and 1 point for successful storing]. (Hint: The center names must be retrieved from the CinemaCenters table [0.5 points]) - For the controls you have to apply the validation controls [1 point]

Step by Step Solution

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

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions