<< Prev Showing: 41-45 of 127 Next >>
· 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 ·Take a look at Yahoo’s home page (www.yahoo.com) and make three design change recommendations you think would make the page more appealing. Explain why.
Subject:
Computer Science
Topic:
Web Design
Posting ID:
94163
OTA ID:
102833
Create a Visual Studio 2005 project with two aspx forms. The form contains a Label control, two TextBox controls, and Button controls labeled "Add," "Subtract," "Multiply," and "Divide." The Label control contains the text, "Enter numbers in the text boxes and then click a button." Use Try...Catch blocks to display an error message if the user tries to divide by zero. Use Validation controls to verify the user entered a number in each TextBox control before clicking a Button control. Display the appropriate results on the second form when the user clicks a Button control. For example, suppose the user enters 4 and 5 in the initial form and then clicks the "Add" button. The result, "4 + 5 ... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
94375
OTA ID:
102833
A Visual Studio 2005 Project with four web forms Create a database with a table called "tblProfiles" with the following columns: ID – AutoNumber, Primary Key FirstName – Text LastName – Text SSN – Text Add several rows to this table. Use Visual Studio.NET 2005 to create an ASP.NET project with four aspx forms. Use Master Pages to display a company name selected by your group at the top each form. One form is called "start.aspx" with three TextBox controls that allow the user to enter his/her first name, last name, and social security number. This form should appear when the user initially opens the application. (Hint: Use the Session_Start method contained in the global.... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
95083
OTA ID:
102833
Advanced Topics in Building Data-Driven Applications
A Visual Studio 2005 Project with one web form Use the Library and other resources to create an ASP.NET project with Visual Studio 2005 that contains one aspx form. The form should contain the following controls: -Button control -two TextBox controls -Label control -CustomValidator control Write a method that handles the CustomerValidator's ServerValidate event. In addition, write a JavaScript function for the CustomValidator's CustomValidationFunction property. Each method should verify that the user entered an integer in each text box and that the product of the integers is not a multiple of 7. Display the product of the numbers in the Label control if the numbers enter... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
95084
OTA ID:
102833
“How to Use JavaScript to Liven up your Web site, how to protect users whose browsers will not load JavaScript. What is the tip? Should Web site designers write JavaScript code so all browsers can use it? Why?
Subject:
Computer Science
Topic:
Web Design
Posting ID:
95239
OTA ID:
102833
<< Prev Showing: 41-45 of 127 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-127 ·Page generated in 0.0126 seconds