Search
.Management Sciences
A. EventLogTraceListener
B. TextWriterTraceListener
C. DefaultTraceListener
D. All of the above
Related Mcqs:
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- Which method displays the custom control________________?
- A. Display B. Page_Load C. Render D. The Prerender...
- 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....
- Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
- A. Avoid page to be cached B. Clears the buffer area C. The session expires D. None of the Above...
Recent Comments