Who can access Session state variables ? September 13, 2025 by Admin A. All users within a single tunnel B. All Users of an application C. A Single session D. All of the above ✅ The correct answer is option C.
If one uses ASP.NET configuration system to restrict access which of the following is TRUE ? September 13, 2025 by Admin A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above ✅ The correct answer is option A.
To add a custom control to a Web form we have to register with? September 13, 2025 by Admin A. Name space of the dll that is referenced B. Assemblyname C. TagPrefix D. All of the above ✅ The correct answer is option A.
Postback occurs in which of the following forms_________________? September 13, 2025 by Admin A. Webforms B. Winforms C. HTMLForms D. None of these ✅ The correct answer is option A.
Which of the following can be used to add alternating color scheme in a Repeater control ? September 13, 2025 by Admin A. DataSource B. ColorValidator C. AlternatingItemTemplate D. None of these ✅ The correct answer is option C.
What data types do a Rangevalidator supports ? September 13, 2025 by Admin A. String B. Integer C. Date D. All of the above ✅ The correct answer is option D.
WSDL stands for ______________________? September 13, 2025 by Admin A. Web Server Descriptor Language B. Web Server Description Language C. Web Services Description Language D. Web Services Descriptor Language ✅ The correct answer is option C.
The type of code found in Code-Behind class is __________________? September 13, 2025 by Admin A. Client-side code B. Server-side code C. Both A and B D. None of these ✅ The correct answer is option B.
Which of the following is the default authentication mode for IIS ? September 13, 2025 by Admin A. Windows B. Anonymous C. Basic Authentication D. None of these ✅ The correct answer is option B.
Which method do you invoke on the DataAdapter control to load your generated dataset with data ? September 13, 2025 by Admin A. DataBind B. DataList C. Fill( ) D. Load ( ) ✅ The correct answer is option C.