vbnet Encode HTML

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
    TextArea1.Value = Server.HtmlEncode(TextArea1.Value)
End Sub
Encodes text from a textarea. This can be seen in action at beta.slickhouse.com

Updated: Thursday 7th October 2010, 20:29pm

There are 0 comments

Leave a comment of your own

Comments are currently closed.