Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASCX Arbitrary HTML blob insertion
Message
General information
Forum:
ASP.NET
Category:
Web forms
Environment versions
Environment:
ASP.NET
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01351190
Message ID:
01351851
Views:
19
Paul,

FWIW
<asp:Literal ID="litHeader" runat="server"></asp:Literal>

// with this C# code in Page_Load
litHeader.Text = sQueryParms.Replace( "|", "<br>" );
does exactly what I need it to do.

>I tend to just use a label for this kind of thing. Generate the string then set the labels .Text property to it. You can wrap it with some <pre> tags if you don't want the browser screwing with the layout.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform