Click here to Skip to main content
15,886,017 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I'm using HTMLEditor ajax control in my ASP.NET application. I need to limit the content length to 300 words. Ho to do that ?
Posted

1 solution

you can use javscripts onKeyPress to check the length, if length>300 return
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900