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, 10:41pm
There are 0 comments
Comments are currently closed.