This controls the flow of data from the server to the user's browser. When the buffer is set to true, which it is by default, data isn't sent to the browser until the server completely processes the page. When the buffer is set to false, data is sent to th
Use this when the buffer is set to true and you want to get rid of everything processed up to where the Clear() is.