views:

170

answers:

1

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