|
I was asked recently as to how best handle client side cut & pastes using asp:textbox. The main problem was when the TextMode is set to multiline the MaxLenght parameter is ignored. Client side: JavaScript solution function textCounter(field, countfield...
|