Clears all buffers for the current System.Web.UI.HtmlTextWriter object and causes any buffered data to be written to the output stream.
The System.Web.UI.HtmlTextWriter class implementation of the HtmlTextWriter.Flush method just calls the System.IO.TextWriter.Flush base method.