asked on
ASKER
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
Add a label after the textbox and create an event for the textbox.TextChanged event set the Label.Text to be textbox.MaxLength - textbox.Text.Length + " Characters remaining"
With the MaxLength property set I wouldn't worry about being able to paste it will still only allow 60 chars
Regards
Gav