Purchase Solution

A Visual Studio project with two web forms

Not what you're looking for?

Ask Custom Question

CpCreate an MS Access database called "Members.mdb." Add a table called "tblScores" with the following columns.

MemberID - AutoNumber
FirstName - Text
LastName - Text
Add at least 10 rows to this table.

Create an ASP.NET project with Visual Studio.NET 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 a GridView control on the form. The GridView control should allow the user to do the following:

view each member's name
modify each member's name
sort the data based on the user's last name

The App_Data folder is automatically created when a New Web Site is created using the ASP .NET Web Site template. The App_Data folder is created with permissions already set for the [MachineName]ASPNET user account to write to the folder. Therefore, you should place your Access database in the App_Data folder and map to it from there.

For clarification, the table name in the database should be tblMembers and not tblScores.

The application should use Forms authentication and the UserName should be "Student" and the Password should be "ITP450-IP3". Finally, program the GridView with the ability to Add data to the database; program the GridView with the ability to Delete data from the database;

Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

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.

Excel Introductory Quiz

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

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.