HtmlTextWriter.Flush Method
.NET Framework 2.0
Clears all buffers for the current HtmlTextWriter object and causes any buffered data to be written to the output stream.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The HtmlTextWriter class implementation of the Flush method just calls the Flush base method.
Community Additions
ADD
Show: