What's the purpose of using BUFFER property?
Answers were Sorted based on User's Feedback
Answer / h
generally Buffer is an temporary Storage to retrived and
store a inf from the server.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / guest
It stores entire page into buffer until it is fully
retrieved from the Server.
| Is This Answer Correct ? | 2 Yes | 4 No |
What is active server object model?
How to use XML file as a database in the ASP
When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.
What are the ASP Scripting Objects?
What is asp content?
Where is the value-type variables allocated in the computer ram?
How to add? tree view control in datagrid in asp.net using c#?
How do I print an aspx file?
Is asp still supported by microsoft?
how can i connect to ms-access database, with ASP??
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
How are scripts executed?