Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ASP.NET SQL Server and the SqlDataSource Control In a new ASP.NET project named Movies create a SQL Server database named Movies with the following tables
ASP.NET SQL Server and the SqlDataSource Control
In a new ASP.NET project named "Movies" create a SQL Server database named "Movies" with the following tables and related properties:
Enter the following data for the tables of the "Movies" database:
Create three Web Forms each with SqlDataSource and GridView controls as follows:
- A Form that shows the Star table in a GridView (complete Parts 1 and 2 above, as well as this query and GridView control for a maximum grade of 8 out of 10 points)
- A Form that shows the MovieTitle, YearMade, Stars, Rating and MovieType from the Movie table and the DirectorName from the Director table in a GridView (complete Parts 1 and 2 as well as these first two queries and GridView controls for a maximum grade of 9 out of 10 points)
- A Form that shows the MovieTitle from the Movie table, the DirectorName from the Director table, and the StarName from the Star table for all movies in a GridView (complete all elements of this assignment including all three queries and GridView controls for a maximum grade of 10 points)
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