1.What format is the content delivered in when an .aspx page is requested from a web server?
2.In ASP.NET, which method is used to set the input focus to a specific control?
3.In .NET programming, what is the term used for transforming an object into a sequence of bytes?
4.Identify the single term that describes the model used for request handling in ASP.NET.
5.Which elements are included within the section in ASP.NET?
6.When using the ASP.NET configuration system to control access, which statement is accurate?
7.Which class serves as the fundamental base for all Web forms?
8.Which class facilitates the conversion between .NET data types and their corresponding XML data types?
9.If a page_load event is declared both in the ASPX page and in the code-behind file, which one executes first?
10.Which statement accurately describes session management in ASP.NET?
11.In .NET, what is the process called that involves reading metadata and utilizing its information?
12.In ASP.NET, which class enables page developers to define static connections within a content page?
13.Which of the following methods are used to handle state management in an ASP.Net application?
14.Where does ASP.NET typically save SessionIDs by default?
15.Which property determines how the .Net Framework manages date formats, currency, sorting, and other cultural settings?
16.What is the primary purpose of using the Table, TableRow, and TableCell controls?
17.Which control is utilized to ensure that the values of two input fields match?
18.What is the primary purpose of the Global.asax file in an ASP.NET application?
19.In which namespace is the IdbConnection interface defined?
20.Which of the following is the correct method to instantiate a FileSystemObject in a server-side script?