111. Choose the form in which Postback occur_________________? A. Webforms B. HTMLForms C. Winforms D. None of these ✅ The correct answer is option A.
112. What is a strong name ? A. Combination Of both Public,Private key and digital signature B. Public Key C. Private Key D. Digital signature ✅ The correct answer is option A.
113. Web.config file is used.. ? A. To configure the web server B. To configure the web browser C. Configures the time that the server-side codebehind module is called D. To store the global information and variable definitions for the application ✅ The correct answer is option D.
114. An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ? A. The customer can run on any platform. B. Such a situation cannot happen at all C. The customer must be having technology that run ASP. D. None of the Above ✅ The correct answer is option A.
115. Which of the following method must be overridden in a custom control ? A. The default constructor B. The Control_Build() method C. The Paint() method D. The Render() method ✅ The correct answer is option D.
116. By default, code written with the Debug class is stripped out of release builds? A. Yes B. No C. May be D. Confuse ✅ The correct answer is option A.
117. On which of the operating system below ASP.NET can run ? A. Windows XP Professional B. Windows 2000 C. Both A and B D. None of these ✅ The correct answer is option C.
118. Which of the following ASP.NET object encapsulates the state of the client ? A. Application object B. Session object C. Server object D. Response object ✅ The correct answer is option B.
119. Which property of the session object is used to set the local identifier ? A. SessionId B. LCID C. Item D. Key ✅ The correct answer is option D.
120. Which of the following is a requirement when merging modified data into a DataSet ? A. The DataSet schemas must match in order to merge B. The destination DataSet must be empty prior to merging C. A primary key must be defined on the DataTable objects D. A DataSet must be merged into the same DataSet that created it. ✅ The correct answer is option C.