| | |
Render string into HTML output
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Dec 2008
Posts: 19
Reputation:
Solved Threads: 0
Hi all,
I have a question. How do I render a string which has some html coding in it and display it as HTML?
For instance, my string is like this :
I am not too sure how can it be done. Thanks in advance!
I have a question. How do I render a string which has some html coding in it and display it as HTML?
For instance, my string is like this :
ASP.NET Syntax (Toggle Plain Text)
Dim htmlString As String = "<h3>Hello World</h3><div>Something here</div>
I am not too sure how can it be done. Thanks in advance!
you could also add a literal control to your page/user control
And then assign your html to its text property:
ASP.NET Syntax (Toggle Plain Text)
<asp:Literal id="litHtml" runat="server"/>
And then assign your html to its text property:
ASP.NET Syntax (Toggle Plain Text)
litHtml.Text = "<h3>Hello World</h3><div>Something here</div>";
![]() |
Similar Threads
Other Threads in the ASP.NET Forum
- Previous Thread: embed ms word tools in application
- Next Thread: Small issue re: ModalPopupExtender - not firing ImageButton.Click event
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 ajax alltypeofvideos appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox class complex control countryselector dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit editing embeddingactivexcontrol feedback fileuploader fill findcontrol flash folder form gridview gudi iis image javascript languages list listbox maps mobile mouse mssql nameisnotdeclared news novell numerical opera panelmasterpagebuttoncontrols parent problem profile project radio redirect registration relationaldatabases reportemail response.redirect richtextbox rows schoolproject search security select sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos vista visualstudio vs2008 web webapplications webdevelopment webprogramming wizard xsl





