ASP.net — Test 5
Page 1 of 2
Question 1
Which property of the session object is used to set the local identifier ?
Question 2
Which of the following is TRUE about Windows Authentication in ASP.NET ?
Question 3
Which of the following allow writing formatted output ?
Question 4
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- ?
Question 5
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this ?
Question 6
How to find out what version of ASP.NET I am using on my machine ?
Question 7
Which language is used to create an ASP.NET code file ?
Question 8
The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called ?
Question 9
Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
Question 10
What is the significance of Response.AddHeaders( ) ?