Software Engineering Mcqs » ASP.net
In order to prevent a browser from caching a page which of these xstatements should be written ?

A. Response.Cache.SetNoServerCaching();
B. Response.Cache.SetNoCaching();
C. Response.Cache.SetNoStore();
D. None of these

We can manage states in asp.net application using________________?

A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above

To add a custom control to a Web form we have to register with?

A. Name space of the dll that is referenced
B. Assemblyname
C. TagPrefix
D. All of the above

Custom Controls are derived from which of the classes_________________?

A. Website
B. WebForm
C. Webfarm
D. None of the above

Whats is the significance of Response.ClearHeaders( ) ?

A. Clears all the section value from rendered HTML File
B. Clears the content of the Rendered page
C. Clears all Headers from the buffer stream
D. None of the above

What is/are the predefined TraceListener(s) in ASP.Net?

A. EventLogTraceListener
B. TextWriterTraceListener
C. DefaultTraceListener
D. All of the above