<%@ Page Language=VB Debug=true %>Encoding and DeCoding Sample Page id="lblMessage1" runat="server" Text="Enter HTML text to encode" Font-Bold="True"/> id="txtHTMLEncode" runat="server"/> id="butEncode" runat="server" text="Encode" Type="Submit" OnClick="SubmitHTMLEncode_Click" /> id="lblMessage2" runat="server" Text="Enter HTML text to decode" Font-Bold="True"/> id="txtHTMLDecode" runat="server"/> id="butDecode" runat="server" text="Decode" Type="Submit" OnClick="SubmitHTMLDecode_Click" /> id="lblMessage3" runat="server" Text="Enter URL text to encode" Font-Bold="True"/> id="txtURLEncode" runat="server"/> id="butEncode2" runat="server" text="Encode" Type="Submit" OnClick="SubmitURLEncode_Click" /> id="lblMessage4" runat="server" Text="Enter URL text to decode" Font-Bold="True"/> id="txtURLDecode" runat="server"/> id="butDecode2" runat="server" text="Decode" Type="Submit" OnClick="SubmitURLDecode_Click" />