Ask a Question related to ASP.NET Security, Design and Development.
-
Henry #1
Disallowing HTML Tags (JScripts) from being entered
Hi guys,
I was wondering if anyone knows if the .NET framework has a library or
methods that I can use to diallow users from entering HTML tags and more
importantly JavaScript into textboxes and being stored in the database.
Thank you in advance.
Henry
Henry Guest
-
ASP Tags auto entered by contribute
Hi All, I have only recently stated using contribute and I am having a little problem with an ASP tag interferring with my site search. When... -
Multiple <html> tags
I'm running a site coding in coldfusion and already have about 20 people using contribute to make updates to their sections of the web. This works... -
html character enities and other html tags in Contribute3.x
If you need support/integration of additional html character entities and other html tags in Contribute 3.x, please let Macromedia know that you are... -
How to use HTML::Parser to remove HTML tags and print result
I am trying to use HTML::Parser to parse an HTML file, remove all HTML tags (including comments, etc.), replace all ENTITIES (e.g. &), and put... -
Changing a html table when new data is entered into SQL table.
Hi all, I was wondering if anyone has any ideas on how I would go about this task. What I have is a html table which is populated from 2 different... -
M. Burnett #2
Re: Disallowing HTML Tags (JScripts) from being entered
ASP.NET automatically blocks HTML input in a form. This setting is an
attribute of the <pages> element in machine.config. You can also disable it
on a per-page basis with this tag on the page itself:
<% @ Page validateRequest="True" %>
Mark Burnett
Windows Server MVP - IIS
"Henry" <m3convertible@hotmail.com> wrote in message
news:ORKqp61JEHA.3292@TK2MSFTNGP11.phx.gbl...> Hi guys,
>
> I was wondering if anyone knows if the .NET framework has a library or
> methods that I can use to diallow users from entering HTML tags and more
> importantly JavaScript into textboxes and being stored in the database.
>
> Thank you in advance.
>
> Henry
>
>
M. Burnett Guest



Reply With Quote

