Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
C# Programming From Problem Analysis to Program Design Study Set 1
Quiz 15: Web-Based Applications
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
When you set the Web Forms control's property using the Properties window in Visual Studio, the settings are stored in the code behind file-the file ending with the .aspx.cs extension.
Question 2
True/False
HTML controls do not maintain state..
Question 3
True/False
To indicate that the control is a Web Forms control, Visual Studio prefixes the control name with and ends the tag with .
Question 4
True/False
The RequiredFieldValidator validation control matches an input value to a pattern to see if the values match a predictable sequence.
Question 5
True/False
With ASP.NET, you write code in a separate scripting language such as JavaScript or VBScript.
Question 6
True/False
Selecting HTTP for the File Location, stores files, by default, in the C:\Inetpub\wwwroot directory.
Question 7
True/False
Dynamic Web pages normally involve some processing in addition to rendering the formatting of HTML tags.
Question 8
True/False
You cannot use the drag-and-drop construction approach of Visual Studio to develop Web-based applications. This approach can only be used with Windows applications.
Question 9
True/False
There are more controls to add to a Web application than there are for Windows applications.
Question 10
True/False
For retrieving data from a database, you can use a GridView object. However, by default, the GridView control displays data on a Web form in a read-only format.
Question 11
True/False
The Web Forms controls are designed to look and act like their Windows counterparts. The programming model used for these controls is also closely aligned to the object-oriented programming model used with Windows controls.