I want to set maxlength to 5 characters for each row in a mulitiline textbox.
A:
if you are talking with respect to asp.net textbox control then it can be done by setting the columns property to 5
Utkarsh
2009-04-29 12:59:35