check a string is alphanumeric
i want to validate the text in a textbox as alphanumeric (a-z, A-Z, 0-9) - is there built in method for this or do I have to loop through the string and chaeck each character?
I am placing the code on the textbox changetext event.