Monday, May 18, 2009

If you encounter ASP Validators not working in Chrome

This solution http://forums.asp.net/p/1343086/2734523.aspx seemed to work rather well for me:

<script type="text/javascript">
    evt = ""; // Defeat the Chrome bug
</script>

No comments:

Post a Comment