Search
.Management Sciences
Category: ASP.net
Which of the following is not the way to maintain state ?
A. Request object
B. Hidden fields
C. View state
D. Cookies
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
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
What is/are the predefined TraceListener(s) in ASP.Net?
A. EventLogTraceListener
B. TextWriterTraceListener
C. DefaultTraceListener
D. All of the above
Which of the following is a requirement when merging modified data into a DataSet ?
A. The DataSet schemas must match in order to merge
B. The destination DataSet must be empty prior to merging
C. A primary key must be defined on the DataTable objects
D. A DataSet must be merged into the same DataSet that created it.
How do you trace the application_End event on runtime ?
A. By Debugging
B. Can not be done
C. By Tracing
D. By Stopping
What is the Server.MachineName does_________________?
A. Gets the Referred Web site name on the server
B. Gets the Server’s Machine Name
C. Gets the Client Machine Name
D. None of the above
Custom Controls are derived from which of the classes_________________?
A. Website
B. WebForm
C. Webfarm
D. None of the above
Which class can be used to create an XML document from scratch ?
A. XmlNew
B. XmlConvert
C. XmlSettings
D. XmlDocument
Recent Comments