ASP.Net MCQ Quiz Hub

ASP.Net Mcq Question Set 7

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

1. The type of code found in Code-Behind class is ________ ?




2. Common type system is built into which of the following:




3. The actual work process of ASP.NET is taken care by _______?




4. Which of the following allow writing formatted output?




5. Which of the following denote the property in every validation control?




6. How many classes can a single .NET DLL contain?




7. Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below:




8. Which of the following can be used to add alternating color scheme in a Repeater control?




9. Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________ ?




10. The technique that allow code to make function calls to .NET applications on other processes and on other machines is




11. The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is ....................




12. Which of the following method is used to obtain details about information types of assembly?




13. Which of the following is TRUE about Windows Authentication in ASP.NET?




14. What tags one need to add within the asp:datagrid tags to bind columns manually?




15. Which method do you invoke on the DataAdapter control to load your generated dataset with data?




16. In ASP.NET the sessions can be dumped by using




17. Which of the following languages can be used to write server side scripting in ASP.NET?




18. When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.




19. The Asp.net server control, which provides an alternative way of displaying text on web page, is




20. The first event to be triggered in an aspx page is.




21. Postback occurs in which of the following forms.




22. What namespace does the Web page belong in the .NET Framework class hierarchy?




23. Which method do you invoke on the Data Adapter control to load your generated dataset?




24. How do you register a user control?




25. Which of the following is true?




26. To add a custom control to a Web form we have to register with.




27. Custom Controls are derived from which of the classes




28. How ASP.Net Different from classic ASP?




29. What's the difference between Response.Write() andResponse.Output.Write()?




30. There can be more than 1 machine.config file in a system




31. What is the extension of a web user control file?




32. Which of the following is true?




33. The number of forms that can be added to a aspx page is.




34. How do you manage states in asp.net application




35. Which property of the session object is used to set the local identifier?




36. Select the caching type supported by ASP.Net




37. Where is the default Session data is stored in ASP.Net?




38. Select the type Processing model that asp.net simulate




39. Does the EnableViewState allows the page to save the users input on a form?




40. What is the maximum number of cookies that can be allowed to a web site?




41. Select the control which does not have any visible interface.




42. How do you explicitly kill a user session?




43. Which one of the following namespaces contains the definition for IdbConnection?




44. In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control is the best choice for this scenario?




45. You need to store state data that is accessible to any user who connects to your Web application. Which object should you use?




46. Explain the significance of Server .MapPath




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




48. For your ASP.NET web application your graphics designer created elaborate images that show the product lines of your company. Some of graphics of the product line are rectangular, circular, and others are having complex shapes. You need to use these images as a menu on your Web site. What is the best way of incorporating these images into your Web site?




49. 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. It is important that the Web application doesn't overwhelm the Web Server.




50. The host for ASP.NET Core web application is configured in _________ file?