| | |
Render string into HTML output
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
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
Views: 2130 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 activexcontrol advice ajax alltypeofvideos anathor application asp asp.net bc30451 bottomasp.net box browser button c# checkbox commonfunctions complex connection dataaccesslayer database datagridview datagridviewcheckbox datalist development dgv dropdownlist dynamically edit editing expose feedback fileuploader fill flash form formatdecimal formview google gridview gudi iframe iis javascript list listbox login microsoft migration mono mouse mssql news numerical opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail richtextbox rows save schoolproject search security select services session silverlight smartcard smoobjects software sql sql-server sqlserver2005 suse textbox theft tracking unauthorized validation vb.net video videos view vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers





