Hi guys,
I'm using VS2005 and VB.NET for this program.
I'm trying to validate a textbox for a "State" so that the length is limited to two characters and they are both capitalized.
for ex: CA for California
any hints on how to do it using the Trim and Length methods?
I know there are probably some easier ways out there but I'm required to get it done this way for class.
Thank you
