This script is an ASP.NET version of our classic Word Count sample.
It takes any old string as input and counts the number of characters
and words in it. It should be useful for testing text before inserting
it into a database or whenever you've got a limit on storage.
There's really not much else to say... just look at the code.