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}$

How to Deploy an App to AWS Step by Step

How to Deploy an App to AWS Step by Step Understanding AWS and Its Deployment Options Overview of AWS Cloud Services Amazon Web Serv...