Sail E0 Webinar

MCQs

Total Questions : 303 | Page 6 of 31 pages
Question 51. What is the name of the Page object’s property that determines if a Web page is being requested without data being submitted to server?
  1.    IsCallback
  2.    IsReusable
  3.    IsValid
  4.    IsPostBack
 Discuss Question
Answer: Option D. -> IsPostBack
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 52. Which is the first event of ASP.NET page, when user requests a web page?
  1.    PreLoad
  2.    Load
  3.    Preinit
  4.    Init
 Discuss Question
Answer: Option C. -> Preinit
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 53. ______________ is the DataType return in IsPostback property.
  1.    bit
  2.    boolean
  3.    int
  4.    object
  5.    string
 Discuss Question
Answer: Option B. -> boolean
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 54. When does Garbage collector run?
  1.    When application is running low of memory
  2.    It runs random
  3.    When application is running for more than 15 minutes
  4.    None of the above
 Discuss Question
Answer: Option A. -> When application is running low of memory
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 55. What happens in the Init event of a page?
  1.    ViewState is loaded on the page.
  2.    Each child control of the page is initialized to its design time values.
  3.    HTML is rendered.
  4.    None of the above.
 Discuss Question
Answer: Option B. -> Each child control of the page is initialized to its design time values.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 56. Which one of the following has a parameter called as “preserveForm”?
  1.    Server.transfer
  2.    Response.redirect
  3.    Both A & B
  4.    None of the above
 Discuss Question
Answer: Option A. -> Server.transfer
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 57. If we want to add graphics using asp.net which of the following web control will you use?
  1.    Link Button
  2.    AdRotator
  3.    Grid View
  4.    Layout
 Discuss Question
Answer: Option B. -> AdRotator
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 58. What is/are true about master page? Choose the correct option.
  1.    You can add more than one master page in a website.
  2.    Master page can be nested.
  3.    ContentPlaceHolder control is required on a content page.
  4.    Both A and B option are correct.
 Discuss Question
Answer: Option D. -> Both A and B option are correct.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 59. Which validation control in ASP.NET can be used to determine if data that is entered into a TextBox control is of type Currency?
  1.    ValidationSummary
  2.    CompareValidator
  3.    RequiredFieldValidator
  4.    None of the above.
 Discuss Question
Answer: Option B. -> CompareValidator
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 60. Which of the following statements about referencing master page methods and properties is true?
  1.    Content pages can reference controls in the master page.
  2.    Content pages can reference public properties in the master page.
  3.    Content pages can reference public methods in the master page.
  4.    All of the above.
 Discuss Question
Answer: Option D. -> All of the above.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!

Latest Videos

Latest Test Papers