Which of the following denote value that can be taken by Cache-Control of ASP.NET ? September 13, 2025 by Admin A. Private B. no-cache C. Public D. All of the above ✅ The correct answer is option D.
What is the transport protocol used to call a webservice ? September 13, 2025 by Admin A. TCP B. HTTP C. SMTP D. SOAP ✅ The correct answer is option D.
Which of these classes maps to the tag ? September 13, 2025 by Admin A. HtlmInputCheckBox B. HtmlCheckBox C. HtmlControl D. None of these ✅ The correct answer is option A.
An alternative way of displaying text on web page using ? September 13, 2025 by Admin A. asp:listitem B. asp:button C. asp:label D. none of these ✅ The correct answer is option C.
A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ? September 13, 2025 by Admin A. AdRotator B. LinkButton C. Both A and B D. None of the Above ✅ The correct answer is option A.
What class does the ASP.NET Web Form class inherit from by default ? September 13, 2025 by Admin A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page ✅ The correct answer is option D.
Which of the following languages can be used to write server side scripting in ASP.NET? September 13, 2025 by Admin A. VB B. C-sharp C. Both A and B D. C++ ✅ The correct answer is option C.
What namespace does the Web page belong in the .NET Framework class hierarchy ? September 13, 2025 by Admin A. System.Windows.Page B. System.Web.page C. System.web.UI.Page D. None of these ✅ The correct answer is option C.
How do you disable client side validation ? September 13, 2025 by Admin A. Set the ClientTarget property to Downlevel B. Set the Runat property to server C. Set the inherits property to codeb D. Set the language property to C# ✅ The correct answer is option A.
What is the lifespan for items stored in viewstate______________? September 13, 2025 by Admin A. 10 mins B. 20 mins C. 2 mins D. Exists for the Life of the current page ✅ The correct answer is option D.