how to validate textbox from not entering any tags like <alert>hello</alert> and others...
so that i would not get Error Message :
A potentially dangerous error from client ..(...)
I want to do this using javascript and also on server side.
Use FilteredTextBox Extender to remove unwanted characters
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.