Purchase Solution

Visual Studio Only with ASPX.

Not what you're looking for?

Ask Custom Question

I need help with the following....I need it to be exactly as below using Visual Studio NET 05 with ASPX.

Create a database with a table called "tblMenu." This table has the following columns.

ID -This is the Primary Key. It has a type of Autonumber.
Font:- Text (Set this to unique value.)
Add at least five fonts ("Arial", etc) to the "Font" column.

Create a Visual Studio.NET 2005 web application with two aspx forms. Add a Menu control and a Label control to the form. Populate the Menu control with data stored in the "Font" column and display your name in the Label control. Write an event-handler that changes the font type in the Label control based on the menu-item selected by the user.

The second form contains a TextBox control, a Button control, and event handlers that allow the user to add a new row to the database table. Use a RequiredFieldValidator control to verify the user entered a string in the TextBox control. Use Try...Catch blocks to display an error message if the user attempts to add a duplicate font to the database.

Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

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.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

C++ Operators

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