<< Prev Showing: 56-60 of 127 Next >>
· 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 ·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 entered a string in the Textbox control. Write an event handler that adds an item to the CheckBoxList control based on the contents of the TextBox control when the user presses the button. Write another event-handler that automatically displays the number of items selected by the user every time they select/deselect an item in the CheckBoxList control. (Hint: Use the AutoPostBack property). When you have a working application, set the RequiredFieldValidator control’s EnableClientScript prop... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
98914
OTA ID:
102833
A Visual StudioProject with two forms
Create a Visual Studio project with two aspx forms. The first form contains a Label control, two TextBox controls, and Button controls labeled “Compute Area” and “Compute Perimeter.” 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 enters a dimension that is less than or equal to zero. Use Validation controls to verify the user entered a number in each TextBox control before clicking a Button control. When the user clicks a button, display the appropriate results on the second form. For example, suppose the user enters 4 and 5 in the initial form and clicks the “Compute Area” button... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
99511
OTA ID:
102833
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 Please submit your assignme... click for more
Subject:
Computer Science
Topic:
Web Design
Posting ID:
99838
OTA ID:
102833
It is possible to create and edit web pages in a number of ways. For example, we could edit HTML tags by hand, use a visual editor such as Dreamweaver or use an HTML generator to edit a layout and then create the HTML from it. Discuss the relative advantages and disadvantages of these three approaches. How would you ensure that a web page can be understood by viewers using different browsers which may not be able to interpret all content?
Subject:
Computer Science
Topic:
Web Design
Posting ID:
101870
OTA ID:
105277
Session Variables in a web application
When should a developer use Session variables in a web application? How can a Session variable affect the scalability of a web application?
Subject:
Computer Science
Topic:
Web Design
Posting ID:
102120
OTA ID:
102833
<< Prev Showing: 56-60 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.0129 seconds