Question: If a variable contains _____, it means that the variable does not exist. a null value void empty string 0 Question 2 Which of the

If a variable contains _____, it means that the variable does not exist.

a null value

void

empty string

0

Question 2

Which of the following is required as the second argument of the TryParse() method?

the name of the variable to parse

the data type

the out keyword

the Boolean value

Question 3

You must use the action attribute with a Web form.

False

No answer text provided.

True

No answer text provided.

Question 4

Whether or not data is posted back to a Web page is determined by its _____.

view state

control type

data type

request method

Question 5

Which of the following attributes identifies a form as an ASP.NET Web form that should be processed on the server instead of the client?

action

ID

runat="server"

method

Question 6

View state is maintained by assigning the form values to a hidden form field named _____.

_VIEWSTATE

VIEW__STATE

__VIEWSTATE

VIEW_STATE

Question 7

ASP.NET server controls are special types of HTML controls that run on the server and can be manipulated by ASP.NET programs.

No answer text provided.

No answer text provided.

True

False

Question 8

Which of the following Page classs properties determines whether a Web form has already been submitted?

FirstSubmit

WasSubmitted

IsPostBack

IsSubmit

Question 9

You use the TextBox control to create a password field.

False

No answer text provided.

No answer text provided.

True

Question 10

Which of the following properties determines whether a check box is selected?

Checked

Active

ControlSelected

On

Question 11

Which of the following properties sets an initially selected item in a selection list?

Selected

Default

ItemFocus

SelectedItem

Question 12

Which property of the CompareValidator control identifies the data type that you want users to enter into the field?

DataType

Data

Value

Type

Question 13

When you use JavaScript to validate form data, you can always ensure that the data submitted to your ASP.NET program was submitted from the Web page containing the JavaScript validation code.

No answer text provided.

True

False

No answer text provided.

Question 14

Which of the following is NOT one of the properties of image controls?

Height

ImageURL

Contrast

AlternateText

Question 15

Relational and logical operators are evaluated?

Bottom to Top

Right to Left

Left to Right

Top to Bottom

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!