The ScriptManager control _________.

a) is the key control in Ajax apps
b) is placed before the controls it affects
c) cannot be put on a page with another ScriptManager
d) Both (a) and (b).
e) All of the above.


c) cannot be put on a page with another ScriptManager

Computer Science & Information Technology

You might also like to view...

What will be the value of discountRate after the following statements are executed?

``` double discountRate = 0.0; int purchase = 1250; char cust = 'N'; if (purchase > 1000) if (cust == 'Y') discountRate = 0.05; else discountRate = 0.04; else if (purchase > 750) if (cust == 'Y') discountRate = 0.04; else discountRate = 0.03; else discountRate = 0.0; ``` a. 0.0 b. 0.04 c. 0.05 d. 0.03

Computer Science & Information Technology

To provide transparency for e-mail applications, an encrypted message may be converted to an ASCII string using _________ conversion.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Word provides more than 25 picture formats that enable you easily to change a picture's look to a more visually appealing one, including a variety of shapes, angles, borders, and reflections.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A subreport can be modified in:

A) Design view or Form view. B) Layout view only. C) Form view only. D) Layout view or Design view.

Computer Science & Information Technology