I want to prevent users from entering url\'s (like a href=\"\") in a TextBox.
I want to use a regular expression validator but no idea what to write?
How ca
You might need to consider doing validation (or stripping) on the server in any event, as a malicious user may do a direct HTTP POST and bypass your javascript