What is/are the predefined TraceListener(s) in ASP.Net?
A. EventLogTraceListener
B. TextWriterTraceListener
C. DefaultTraceListener
D. All of the above
What is/are the predefined TraceListener(s) in ASP.Net? Read More »
ASP.net A. EventLogTraceListener
B. TextWriterTraceListener
C. DefaultTraceListener
D. All of the above
What is/are the predefined TraceListener(s) in ASP.Net? Read More »
ASP.net 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
Whats is the significance of Response.ClearHeaders( ) ? Read More »
ASP.net A. Website
B. WebForm
C. Webfarm
D. None of the above
Custom Controls are derived from which of the classes_________________? Read More »
ASP.net A. Theme
B. Master Page
C. Customization
D. None of these
A. Name space of the dll that is referenced
B. Assemblyname
C. TagPrefix
D. All of the above
To add a custom control to a Web form we have to register with? Read More »
ASP.net A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above
We can manage states in asp.net application using________________? Read More »
ASP.net A. . EXE
B. . COM
C. . DLL
D. None of the above
What executable unit gets created when we build an ASP.Net application ? Read More »
ASP.net A. Response.Cache.SetNoServerCaching();
B. Response.Cache.SetNoCaching();
C. Response.Cache.SetNoStore();
D. None of these
A. VB
B. C-sharp
C. Both A and B
D. C++
Which of the following languages can be used to write server side scripting in ASP.NET? Read More »
ASP.net A. Webforms
B. HTMLForms
C. Winforms
D. None of these
Choose the form in which Postback occur_________________? Read More »
ASP.net