I created a function to encrypt and decrypt messages. the encrypting works fine. but when I try to log encrypted Hello World! it just logs H. Fixed it, i edited the encoding system to place a – between chars and the decoding system to just split the message at – and check if the element starts with c n or
Tag: decoding
How do I allow HTML tags to be submitted in a textbox in asp.net?
First, I want to let everyone know that I am using an aspx engine not a Razor engine. I have a table within a form. One of my textbox contains html tags like When I go to build it it it gives me an error that says: A potentially dangerous Request.Form value was detected from the client (QuestionAnswer=”…ics Phone:<br/>814-888-9999<br…”). I