ASP Clear the buffer
Clear the buffer
<%
Response.Buffer=true
%>
<html>
<body>
Some text here!
<%
Response.Clear
%>
</body>
</html>
<%
Response.Buffer=true
%>
<html>
<body>
Some text here!
<%
Response.Clear
%>
</body>
</html>