Is there a way to configure visual studio to limit the characters on aspx page to a certain number of characters?
I tried setting the character limit on Formatting and Validation on aspx page. but that didnt work.
Is there a way to configure visual studio to limit the characters on aspx page to a certain number of characters?
I tried setting the character limit on Formatting and Validation on aspx page. but that didnt work.
You can use ReSharper for this (and MANY MANY other things). ReSharper is (in my opinion) a required tool for anyone coding in C# as it makes your productivity sky rocket. Take a look at this video to be convinced: http://www.jetbrains.com/resharper/documentation/presentation/codingSession/CodingSession.wmv
Go to Tools / Options / HTML
and enable Word Wrap. But you can not define character limit.