ado.net /asp.net

profilesanosh3
assignment_7.pdf

Northeastern University, ITC 2811 – Advanced Application Development Assignment 7

Page 1 of 1

Assignment 7

In part 1 of this week’s lecture, you created a database called Demo with two tables called Player

and Team. In part 2 of the lecture, you wrote a Web Forms application that used a

SqlDataSource to connect to the Demo database, selected all rows from the Player table and then

displayed them in a GridView control.

For this assignment, you are going to create a new Web Forms project called Assignment7 that

does exactly the same thing as you did in part 2 of the lecture but this time instead of selecting

the rows from the Player table, you should use the SqlDataSource to connect to the Team table

and display all its rows and columns in the GridView control.

What to Submit

To submit this assignment, you may zip up the solution folder(s) and submit them to me via the

Blackboard.

Good luck and don’t hesitate to contact me if you have any question