Question
1.When you add a Label object, you do not select a Text property and type a value into the Properties windows with this type of
1.When you add a Label object, you do not select a Text property and type a value into the Properties windows with this type of control. Instead, you type the value directly onto the label located on the form. What type of control is this?
Group of answer choices
HTML
ASP
HTML server
Web Forms
2.Which of the following is an example of a scripting language that might be used to create a dynamic web page?
Group of answer choices
JavaScript
CScript
C#Script
all of the above
3.HTML tags tell the browser how to display text in different formats, whereas XML uses tags as a format for describing data.
Group of answer choices
True
False
4.To indicate that the control is a Web Forms control, Visual Studio prefixes the control name with
Group of answer choices
True
False
5.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.
Group of answer choices
True
False
6.Web pages are stateless. What does this mean?
Group of answer choices
All of the above.
Every postback trip to the server creates a new object.
Values entered are not automatically saved and redisplayed when a page is sent back to a client computer.
They do not retain their values from one trip to the Web server to the next.
7.In order to set the Calendar control object Calendar1 to the current date, you could type ____.
Group of answer choices
Calendar1.SelectedDate = DateTime.Today;
Calendar1.Date = Today;
Calendar1.Date = Today.DateTime;
Calendar1.SelectedDate = Today;
8.ASP.NET pages end with a(n) ____ file extension.
Group of answer choices
.net
.asmx
.asp
.aspx
9.With Windows and console-based applications, execution begins with the first statement in the Main( ) method. With a Web application, execution begins ____.
Group of answer choices
with the first statement in the Page_Load( ) method
with the first statement in the constructor method
with the first statement in the Main( ) method.
with the first statement in the InitializeComponent( ) method
10.The default home directory for Web applications on most machines is physically located at ____.
Group of answer choices
c:\InetPub\wwwroot
c:\
c:\localhost
http://localhost
11.Windows Communications Foundation is one of the Application Programming Interface used to build service-oriented applications.
Group of answer choices
True
False
12.The ____data source class that reduce your need for accessing individual Data Provider class when you are connecting to an Access database.
Group of answer choices
AccessDataSource
ODBCDatabase
SqlDataBase
OLEDBDataBase
13.With traditional client server ASP, once the client requests a page, the server gets it ready by executing the any scripts found inside the HTML document, ____.
Group of answer choices
the server returns the rendered page in a compressed format
the server displays the results in the form of an HTML document
the client receives the scripts for execution in the Internet browser
the client sees the result in the form of an HTML document
14.What is one of the major differences between an ASP .NET application that you build and a Windows application?
Group of answer choices
Windows applications are event driven applications.
Two separate files are created for the user interface for Web applications.
All of the control classes are organized under a common namespace for Windows applications.
You can drag and drop controls onto the Windows form.
15.There are more controls to add to a Web application than there are for Windows applications.
Group of answer choices
True
False
16.Windows Mobile OS is a compact operating system developed by Microsoft. You can create smart device applications for this operating system using the Silverlight for Windows Phone.
Group of answer choices
True
False
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started