Purchase Solution

NEED HELP ASAP!!!

Not what you're looking for?

Ask Custom Question

Please help with the following problem. IN visual studio 05 ONLY. Please see attachment as it needs to be part of the project!.

Create a database with a table called "tblStudents" and "tblLogin." This table should have the following columns.

StudentID -Text (Primary Key.)
LastName - Text.
TelephoneNumber - Text.
Level (e.g. "sophomore," "junior," etc.)

The table, tblLogin, should have the following columns -

ID - Autonumber (Primary Key.)
UserName - Text (set it to a unique value.)
Password - Text.
Add several records to this table.

Use Visual Studio.NET 2005 to create an ASP.NET with three aspx forms.

The first form is a login page that contains a Login control. Users cannot view the other forms until they have successfully logged onto the application.
The second form contains a GridView control, The GridView control will allow the user to
-view the entries in the database table

-update the telephone number column.

The last form contains three textboxes labeled "StudentID," "Last Name," and "Telephone Number" and a drop down menu with the entries, "Freshman," "Sophomore," "Junior," and "Senior," and a Label control. When the user presses the button, their entry is added to the database.
Use a RegularExpressionValidator control to confirm that the user has entered a properly formatted telephone number. Use RequiredFieldValidator controls to determine if the user entered a string in the other textboxes. Use Try...Catch to display an error message in the Label control if the user tries to enter a student ID that is already stored in the database.

Attachments
Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Excel Introductory Quiz

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

Javscript Basics

Quiz on basics of javascript programming language.

C++ Operators

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

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.