1.Which file extension corresponds to a web user control in ASP.NET?
2.Which of the following operating systems supports running ASP.NET?
3.Which ASP.NET server control offers a different method for presenting text on a webpage?
4.In which location are user lists specified for Windows authentication?
5.What is the purpose of the Server.MapPath method in web development?
6.Which property is common to all validation controls?
7.Identify the option that is not a method of the ADODBCommand object.
8.What does the acronym WSDL represent?
9.Which function should you call on the Data Adapter to populate your created dataset?
10.Which property must be set within the asp:datagrid tag to manually define columns instead of generating them automatically?
11.In an application with two distinct web form controls, which control should be used to verify if the values entered in both controls are identical?
12.What is the name of the runtime environment offered by the .NET Framework?
13.Which of the following options are considered performance attributes of the processModel?
14.Which tool is commonly employed to verify intricate string formats such as email addresses?
15.How do HTTP handlers differ from HTTP modules?
16.What is the standard duration for a session timeout by default?
17.Which of the following are valid values that the Cache-Control header in ASP.NET can accept?
18.In ASP.NET, when Windows authentication is enabled, which object is associated with the current request?
19.In an ASP.NET application, a DataGrid displays employee details. The web app must handle many simultaneous users who will update data from the grid back to the database. What is the best approach to maintain state in this scenario?
20.How many form elements can be included on a single ASPX page?