Interview Questions

The code used to turn off buffering is * Buffering = false...

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

The code used to turn off buffering is * Buffering = false...

The code used to turn off buffering is
* Buffering = false
* OutputBuffer = false
* BufferOutput = false
* Buffer = Off


Answer1:
Buffer=true

Answer2:
Buffer=false

(Continued on next question...)

Other Interview Questions