Do you manually wire up the click event with Addhandler? If not you need to add: Handles btnReset.Click after your method signature.
Also, I see a possible bug in your code. You arent really clearing your textboxes, you are replacing the values with a non breaking space (whitespace) which may cause your validators to not fire since there is actually data present in the textbox, albeit just white space.
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========