ASP.Net MCQ Quiz Hub

ASP.Net Mcq Question Set 6

Choose a topic to test your knowledge and improve your ASP.Net skills

1. A web application can contain _______ .




2. Choose the form in which Postback occur




3. Web.config file is used...




4. Which of the following object is not an ASP component?




5. The first event triggers in an aspx page is.




6. Difference between Response.Write() andResponse.Output.Write().




7. Which of the following method must be overridden in a custom control?




8. How do we create a FileSystemObject?




9. Which of the following tool is used to manage the GAC?




10. What class does the ASP.NET Web Form class inherit from by default?




11. We can manage states in asp.net application using




12. Attribute must be set on a validator control for the validation to work.




13. Caching type supported by ASP.Net




14. What is used to validate complex string patterns like an e-mail address?




15. File extension used for ASP.NET files.




16. An alternative way of displaying text on web page using




17. Why is Global.asax is used?




18. Which DLL translate XML to SQL in IIS?




19. Default scripting language in ASP.




20. How do you get information from a form that is submitted using the "post" method?




21. Which object can help you maintain data across users?




22. Which of the following ASP.NET object encapsulates the state of the client?




23. Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time?




24. Which of the following control is used to validate that two fields are equal?




25. Mode of storing ASP.NET session




26. Which of the following is not the way to maintain state?




27. You can have only one Global.asax file per project.




28. ______ element in the web.config file to run code using the permissions of a specific user




29. _______ is a special subfolder within the windows folder that stores the shared .NET component.




30. Which of the following is the performance attributes of processModel?




31. Which of the following is faster and consume lesser memory?




32. The ________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues.




33. Where do we include the user lists for windows authentication?




34. Which of the following authentication is best suited for a corporate network?




35. What attributes do you use to hide a public .Net class from COM?




36. By default, code written with the Debug class is stripped out of release builds.




37. ______ tests make sure that new code does not break existing code.




38. The .NET Framework provides a runtime environment called..... ?




39. In ASP.NET in form page the object which contains the user name is ______ ?




40. Find the term: The .NET framework which provides automatic memory management using a technique called _________ ?




41. Which of the following denote ways to manage state in an ASP.Net Application?




42. What is the base class from which all Web forms inherit?




43. Which of the following must be done in order to connect data from some data resource to Repeater control?




44. Which of the following is FALSE?




45. Which of the following transfer execution directly to another page?




46. If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used?




47. Which of the following is used to send email message from my ASP.NET page?




48. In my .NET Framework I have threads. Which of the following denote the possible priority level for the threads?




49. In .NET the operation of reading metadata and using its contents is known as ______?




50. In ASP.NET the < authorization > section contain which of the following elements?