Sail E0 Webinar

MCQs

Total Questions : 303 | Page 30 of 31 pages
Question 291. Application_Start event is available in which file?
  1.    Global.asax
  2.    Local.asax
  3.    Web.config
  4.    None of the above
 Discuss Question
Answer: Option A. -> Global.asax
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 292. You have to log the data into database if your session times out. Which event you will use?
  1.    Session_End
  2.    Application_End
  3.    Application_Start
  4.    Application_SessionTimeout
 Discuss Question
Answer: Option A. -> Session_End
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 293. If you are using Webparts in your web page then which control is necessary?
  1.    WebpartController
  2.    WebPartmanager
  3.    WebpartZone
  4.    None of the above
 Discuss Question
Answer: Option B. -> WebPartmanager
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 294. Which of the following is true when referencing master page from content page?
  1.    Content pages can reference private indexer in the master page.
  2.    Content pages can reference private Properties in the master page.
  3.    Contentpages can reference public Properties in the master page.
  4.    Content pages can reference private Methods in the master page.
 Discuss Question
Answer: Option C. -> Contentpages can reference public Properties in the master page.
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 295. Which of the following are required to enable users to change the title of web part?
  1.    CatalogZone
  2.    TitleZone
  3.    EditorZone, AppearanceEditorPart
  4.    WebPart
 Discuss Question
Answer: Option C. -> EditorZone, AppearanceEditorPart
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 296. If you want to access a web service method, which attribute it must have?
  1.    [WebMethod]
  2.    [PageMetod]
  3.    [Web.Service]
  4.    [WebSupport]
 Discuss Question
Answer: Option A. -> [WebMethod]
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 297. What component do you need to enable for a user to add new web parts?
  1.    WebpartZone
  2.    CatalogZone
  3.    WebPartManager
  4.    WebManager
 Discuss Question
Answer: Option B. -> CatalogZone
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 298. What is the file extension of web service in ASP.NET?
  1.    .ascx
  2.    .asmx
  3.    .aspx
  4.    .docx
 Discuss Question
Answer: Option B. -> .asmx
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 299. Range Validator control in ASP.NET supports which type?
  1.    Integer
  2.    String
  3.    Currency
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Question 300. If you are using user control in ASP.NET page which directory will be used?
  1.    Register
  2.    Assembly
  3.    Implements
  4.    Aspx
 Discuss Question
Answer: Option A. -> Register
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!

Latest Videos

Latest Test Papers