Purchase Solution

MS Access database called "Scores.mdb."

Not what you're looking for?

Ask Custom Question

Create an MS Access database called "Scores.mdb." Add a table to this database called "tblScores" that contains the following columns:

StudentID - AutoNumber
StudentName - Text
Grade - Number
Add at least 10 rows to this table.

Create an ASP.NET project with Visual Studio that contains two aspx forms.

The first form uses the Login control to create a login page. Users should not be able to view the second form unless they have entered a correct username and password.

Place GridView and Label controls on the second form. The GridView control should allow the user to do to following:

view the student's name and score
modify the student's name and score
The Label control should always display the name of the student with the highest score and his/her grade.

Please name file U3

Purchase this Solution

Solution Summary

Create an MS Access database called "Scores.mdb."

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.