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

Legacy System Modernization: An Informational Guide for US Business Decision-Makers

Understanding Legacy System Modernization Definition and Scope Legacy system modernization refers to the process of updating or transfor...