This article was previously published under Q307340
This article refers to the Microsoft .NET Framework Class
Library System.Text namespace.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="mypage.aspx.vb" Inherits="myproject._mypage"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<body>
<form id="Form1" method="post" runat="server">
<asp:Button id="Button1" runat="server" Text="Button1"></asp:Button>
<p></p>
<%
Response.Write("My ")
Response.Write("streamed ")
Response.Write("text")
%>
<p></p>
<asp:Button id="Button2" runat="server" Text="Button2"></asp:Button>
</form>
</body>
</HTML>
Keywords: KB307340, kbwebforms, kbprb, kbperformance