Multiline TextBox Maximum Character Validation
Maximum character validation on asp.net TextBox controls do not work, therefore a RegularExpressionValidator has to be used to make sure the maximum number of characters are not exceeded e.g.<asp:TextBox ID="tbAbstract"…