Descrie about response.buffer and repsonse.flush ?
Answer Posted / radha
Respence.Buffer method can be used to specify the current
output should be buffered or not. when the buffering is set
true, the page will not send output to the client until the
scripts on the page has been processing or flush method is
call.
Response.flush method is used to send buffered output
immediatly. when the response.buffer is set true.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is server components?
What is state management in .net?
Will session work if cookies is disabled?
How do I upload a file from my ASP.NET page?
Which browsers support the xmlhttprequest object?
What is the meaning of TestApi?
Differentiate between namespace and assembly.
What is the use of placeholder control? Can we see it at runtime?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
A web service can only be written in .net? State whether true or false.
What is data control in asp.net?
What does passport and windows authentication mean in ASP.NET?
What is difference between view and partial view?
What is request and response in asp.net?
What is the difference between a candidate key and primary key?