Multiple Choice
Which of the following denote ways to manage state in an ASP.Net Application?
A) Session objects
B) Application objects
C) ViewState
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Which of the following extension does a
Q15: What is the size of the session
Q16: By default, ASP.NET store SessionIDs in _.<br>A)Cookies<br>B)Cache<br>C)Database<br>D)Global
Q17: Properties and Indexer are used to access
Q18: Every Server control must have an Id
Q19: Why is Global.asax is used?<br>A)Declare Global variables<br>B)Implement
Q20: Which of the following extension does a
Q21: What class does the ASP.NET web form
Q22: Mode of storing ASP.NET session<br>A)InProc<br>B)StateServer<br>C)SQL Server<br>D)All of
Q24: Application_Start event is available in _.<br>A)Web.config<br>B)Local.asax<br>C)Global.asax<br>D)None of