G
Guest
I am working with an ASP.Net web application in VB.net. I am trying to save
these characters: (<, >) in a database as text. The problem is that whenever
I enter something like: "<text>" it says that whatever is in the
textbox(which is "<text>"), is not safe/malicious/etc. I was wondering if
there was any way to work around this problem and enter less than/greater
than symbols into the database without it bombing on the postback.
these characters: (<, >) in a database as text. The problem is that whenever
I enter something like: "<text>" it says that whatever is in the
textbox(which is "<text>"), is not safe/malicious/etc. I was wondering if
there was any way to work around this problem and enter less than/greater
than symbols into the database without it bombing on the postback.