Hi everyone,

I'm using ASP.NET and i designed a page which contains many text boxes. I've used RegularExpressionValidator for validation.

Now i want to validate a text box which should accept alphabets (a-z and A-Z), comma(,), dot(.), open bracket((), close bracket()), blank space and hypen(-) in any order.
eg. SD.RE - (ad.sd., sd.we.,)

To accept all these characters, how to write a expression.


Can anyone help me.

-haifriends.