javascript - Limit characters per line in the multiline asp:textbox -


i expecting list user separated newline. wish limit user entering more 50 character per line (after 50 characters user should not able type , new entry of 50 characters can created upon pressing enter).

i using multiline textbox in asp.net .

how can achieve goal?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -