Which of the following is Gives us a way to create common set of UI elements that are required on multiple pages of our website.?
Master Page
Webform
Class file
SHOW ANSWERWhich of the following control that should be added on the MasterPage
which will reserve the area for the content pages to render their contents.
Panel
ContentPlaceHolder
content control
SHOW ANSWERWhich of the following is the extension of master page?
mas
master
mtr
SHOW ANSWERWhich of the following is true about session in ASP.NET?
Programmers has to take care of delete sessions after configurable timeout interval
ASP.NET automatically delete sessions after configurable timeout interval
The default time interval is 5 minutes
none of the above
SHOW ANSWERIn ASP.NET the sessions can be dumped by using
Session. Dump
Session. Abandon
Session. Exit
None of the Above
SHOW ANSWERForms based authentication is otherwise called in ASP.NET as Cookie Authentication because Forms authentication uses cookies to allow applications to track users throughout their visit.
Windows Authentication
Passport Authentication
Cookie Authentication
None of the Above
SHOW ANSWERWho can access Session state variables
All Users of an application
A Single session
All users within a single tunnel
SHOW ANSWERWhich object can help you maintain data across users?
Application object
Session object
Response object
Server Object
SHOW ANSWERWhat are the client-side state management options that ASP.NET supports?
Application
Session
Querystring
Option a and b are correct
SHOW ANSWERWhen a User’s Session times out which event should you respond to?
Application_Start
Session_End
Session_Start
Application_End
SHOW ANSWERWhich object works on client side in state management system?
ViewState
cookies
Query strings
All of the above
SHOW ANSWERFrom the following which is not a valid state management object?
Querystring
Cookies
Application state
Hidden form fields
SHOW ANSWERWhich of the following ASP.NET object encapsulates the state of the client?
Session object
Application object
Response object
Server object
SHOW ANSWER