What regular expression should be used to blacklist the character sequence that would cause the following error in ASP.Net - "A potentially dangerous Request.Form value was detected from the client". (e.g. < br >, < hi >, < a > etc..)
I need to use a asp.net regular expression validation control to blacklist those character sequence that would cause this error.
for instance if I enter 123< hi > , valid < abc >, etc.. i need the validation to fail.
PS: I have spaced the < br > since it was not displaying it properly in the question but actually it should be without the blank spaces between < or > and the string inbetween them