Tuesday, November 01, 2005

Validating Multi-line text boxes in ASP.NET using regular expression validator

Validate Multi-line text box in ASP.NET with Regular Expression

^[\s\S]{0,200}$

200 is the Character count

1 comment:

Anonymous said...

^[\w\W]{0,200}$

Common VPN Myths Debunked

Common VPN Myths Debunked Understanding VPN Technology What is a VPN? A Virtual Private Network (VPN) is a technology that creates ...