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
Quiz 15: Web-Based Applications
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
In addition to dragging a validation control to the form,you must set the ____ property in order to tie the validation control to a specific form control object.
Question 42
Multiple Choice
____ describes the concept of spreading applications over more than one computer system.
Question 43
Multiple Choice
Using Visual Studio,you can add which of the following types of controls?
Question 44
Multiple Choice
In order to set the Calendar control object Calendar1 to the current date,you could type ____.
Question 45
Multiple Choice
What is the name of the CSS file that you should find in the Solution Explorer window?
Question 46
Multiple Choice
With Windows and console-based applications,execution begins with the first statement in the Main( ) method.With a Web application,execution begins with the first statement in the ____.
Question 47
Multiple Choice
What special attribute can be added to a control's tag in the XHTML file to make the control visible or accessible to the Web server?
Question 48
Multiple Choice
XHTML Directives are delimited with ____.
Question 49
Multiple Choice
Style sheet includes a list of rules.Each rule consists of ____.
Question 50
Multiple Choice
The default home directory for Web applications on most machines is ____.
Question 51
Multiple Choice
All of the following are true regarding Cascading Style Sheets (CSS) EXCEPT ____.
Question 52
Multiple Choice
The code-behind file with ASP.NET is saved using which file extension?
Question 53
Multiple Choice
Which validation control compares an input value to see if it is between a specified lower and upper boundary?
Question 54
Multiple Choice
What is one of the major differences between an ASP .NET application that you build and a Windows application?
Question 55
Multiple Choice
The language formatted in XML that is used to describe the capabilities of a Web service and includes details about the methods in terms of what type of data they can receive and what type of results they will return is ____.