What is the best way to limit the amount of text that a user can enter into a \'textarea\' field on a web page? The application in question is ASP .NET, but a platform agnos
use a RegularExpressionValidator Control in ASP.Net to validate number of character along with with usual validation