0
If you needs so strange
behavior, I suggest you to write user control – 3 textboxes with textBox1.MaxLength = 30; - for each.
So you can write propertie in this user
control – "Get Three Rows" – in this property collect texts from all textboxes.
0
here is a nice post from CodeProject, its basically a Javascript Validation for Textarea
http://www.codeproject.com/KB/aspnet/Extended_ASPNET_TextBox.aspx?display=Print
and another one
http://www.codeproject.com/KB/aspnet/Textarea_Length_Validator.aspx?df=100&forumid=278964&exp=0&select=1412646
dont forget to mark this as "Accepted Answer"