Form Reset With Validation Control

Challenge:

Reset button won’t clear validation control messages.

Solution:

For that you have to write JS onclick of reset button and do hide it like this:
document.getElementById(“regurlarexpressionID”).style.visibility = “hidden”;
See this link:
http://forums.asp.net/t/567612.aspx