1.
Which of the following units is generated automatically when you build an ASP.NET application?
2.
In .NET, which of the following classes represents a web page?
3.
________________ cookies are permitted on a website in .NET.
4.
In ASP.NET, which of the following is not a component of a web form?
5.
In ASP.NET, by default, the maximum upload size of a file on .NET websites is 4MB but you want to increase this limit. Which of the following options will you add to the web.config file to increase the default limit?
6.
In ASP.NET, when will the Session_End event be raised?
7.
In ASP.NET, which of the following statements about the Finalize() method is correct?
8.
You are required to create two identical data sets. You want to create two copies by using the Copy and Clone methods such as A and B of a DataSet object D. Which of the following statements is correct about A and B?
9.
You have a user control named myControl in an ASP.NET project. Which of the following codes will you use to pass parameters to this user control from an asp.x page?
10.
You are required to create a master page which implements a specific property called MyProp of datatype bool to and can be used in content pages to control the behavior of the master page. Which of the following ASP.NET codes will you use to complete this task?