MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your ASPDotNET (MCQ) questions and answers knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is jQuery?1. jQuery is an open source library2. It works client side.3. jQuery is java technology. |
| A. | 1, 2 |
| B. | 1, 2, 3 |
| C. | 1, 3 |
| D. | None of the above |
| Answer» B. 1, 2, 3 | |
| 2. |
Which of the following is true ?1. AJAX is a platform-independent technology2. AJAX can work with web application3. AJAX can only work with ASP.NET4. AJAX is a platform-dependent technology |
| A. | 1, 2 |
| B. | 1,2,3 |
| C. | 1,3,4 |
| D. | None of the above |
| Answer» B. 1,2,3 | |
| 3. |
Match the following List 1 to List 2:a. UpdatePanel ------------------ i. If Master Page contains a ScriptManager then content page will use this control. b. UpdateProgress -------------- ii. ContentTemplatec. Timer -------------------------- iii. ProgressTemplate d. ScriptManagerProxy -------- iv. Tick Event |
| A. | a - iii b - ii c - iv d - i |
| B. | a - ii b - iii c - iv d - i |
| C. | a - i b - ii c - iv d - iii |
| D. | a - i b - ii c - iii d iv |
| Answer» C. a - i b - ii c - iv d - iii | |
| 4. |
You are writing a page that contains an UpdatePanel for partial-page updates. You want that user should get the message Processing is going on, please wait. that the update is processing only if the update takes longer than 5 seconds. Which actions should you take? |
| A. | Add a ProgressBar control to the page. Set the Interval property to 5000. Set the text property as Processing is going on, please wait. |
| B. | Add a Timer control to the page. Set the Interval property to 5000. Set its text property to Processing is going on, please wait. |
| C. | Add an UpdateProgress control to the UpdatePanel. Set its DisplayAfter property to 5000. Set its ProgressTemplate contents to read Processing is going on, please wait. |
| D. | None of the above. |
| Answer» D. None of the above. | |