Computer Science Homework Solutions
Problem
#101100

NEED HELP ASAP!!!

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.

Attached file(s):
Attachments
MUST INCLUDE.doc  View File

Attachment Content Summary (Note: view attachment at the above link before purchasing. Actual attachment content may vary slightly from that shown below.)

MUST INCLUDE.doc
project should include documentation in the form of a Read Me file that
explains How your project addresses each of the requirements listed in
the assignment section and what you added to make it over and above.
Your controls and variables have good descriptive names. You need to
move the bulk of your code form the event subs into subs and functions
you created. This will allow them to be reused and makes for very good
coding and easy debugging. Good use of additional examples in your
project to go over and above.
Solution
What is this?
By OTA - Overall OTA Rating
Purchase Cost Now
$2.19 CAD (was ~$23.94)
Included in Download
  • Plain text response
  • Attached file(s):
    • students.zip
    • Readme.doc
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
  • Web Application Development - Visual Studio.Net - 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. Le ...
  • Design and coding - Create a Visual Studio.NET 2005 web application with one aspx form. Place a CheckBoxList, TextBox, Button, and Label control on the form. Use a RequiredFieldValidator control that verifies the user en ...
  • Create a Visual Studio Application - Individual Project Deliverable Length: One Visual Studio.NET project Details: Create a Visual Studio.NET 2005 web application with one aspx form. Place a CheckBoxList, TextBox, Button, and Lab ...
  • Coding and design - Create a database with a table called tblNames and tblLogin. The tblNames table should have the following columns. SSN - of type text. Set this as the Primary Key. FirstName - of type Text. Las ...
  • Create a Visual Studio.NET 2005 web application with one aspx form - Create a Visual Studio.NET 2005 web application with one aspx form. Place a CheckBoxList, TextBox, Button, and Label control on the form. Use a RequiredFieldValidator control that verifies the user en ...
Browse