ASP Programming Question:

Download Job Interview Questions and Answers PDF

What are the methods by which output stream is controlled?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Flush sends previous buffered output to the client immediately, but continues processing the script.
Clear erases any already-buffered HTML.
End causes the server to stop processing the script.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What are the browsers that can access ASP pages?What are the collections of Session Object?