161. The number of forms that can be added to a aspx page is______________? A. 1 B. 2 C. 3 D. More than 3 ✅ The correct answer is option C.
162. Select the type Processing model that asp.net simulate ? A. Static B. Linear C. Topdown D. Event-driven ✅ The correct answer is option D.
163. Which of the following denote page code model in ASP.NET ? A. single-file B. code-behind C. Both A and B D. None of the Above ✅ The correct answer is option C.
164. In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________? A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above ✅ The correct answer is option A.
165. ASP.NET separates the HTML output from program logic using a feature named as_______________? A. Code-front B. Exception C. Code-behind D. All of the above ✅ The correct answer is option C.
167. The __________________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues? A. CurrentUICulture B. CurrentCulture C. All of the above D. None of these ✅ The correct answer is option B.
168. Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ? A. Avoid page to be cached B. Clears the buffer area C. The session expires D. None of the Above ✅ The correct answer is option A.
169. If in an ASP.NET application one want to create http handlers which of the interface is used________________? A. pipeline B. Handler C. IHttpHandlerFactory D. None of the above ✅ The correct answer is option C.
170. The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is _______________? A. System.Data B. System.Security C. System.Diagnostics D. System.EnterpriseServices ✅ The correct answer is option D.