Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ? September 13, 2025 by Admin 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.
If in an ASP.NET application one want to create http handlers which of the interface is used________________? September 13, 2025 by Admin A. pipeline B. Handler C. IHttpHandlerFactory D. None of the above ✅ The correct answer is option C.
ASP.NET separates the HTML output from program logic using a feature named as_______________? September 13, 2025 by Admin A. Code-front B. Exception C. Code-behind D. All of the above ✅ The correct answer is option C.
tag replaces which of the following HTML tags? September 13, 2025 by Admin A. ✅ The correct answer is option nu.
The __________________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues? September 13, 2025 by Admin A. CurrentUICulture B. CurrentCulture C. All of the above D. None of these ✅ The correct answer is option B.
If a developer of ASP.NET defines style information in a common location. Then that location is called as_________________? September 13, 2025 by Admin A. Theme B. Master Page C. Customization D. None of these ✅ The correct answer is option A.
In ASP.NET application the Global.asax file lie in which directory_________________? September 13, 2025 by Admin A. System B. ROOT C. Application D. None of the Above ✅ The correct answer is option B.
An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database? September 13, 2025 by Admin A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state ✅ The correct answer is option D.
The number of forms that can be added to a aspx page is______________? September 13, 2025 by Admin A. 1 B. 2 C. 3 D. More than 3 ✅ The correct answer is option C.
Select the type Processing model that asp.net simulate ? September 13, 2025 by Admin A. Static B. Linear C. Topdown D. Event-driven ✅ The correct answer is option D.