I'd like to setup a RegularExpressionValidator to ensure users are entering valid windows IDs in a textbox.
Specifically, I'd like to ensure it's any three capital letters (for our range of domains), followed by a backslash, followed by any number of letters and numbers.
Does anyone know where I can find some examples of this type of validation...or can somebody whip one up for me? :)
Language is VB.NET if it matters...