Recipes
X
popup image
chatimg

Josef Marc
Online

Josef Marc
Hi there 👋

How can I help you?
×
var Page_ValidationActive = false; if (typeof(ValidatorOnLoad) == "function") { ValidatorOnLoad(); } function ValidatorOnSubmit() { if (Page_ValidationActive) { return ValidatorCommonOnSubmit(); } else { return true; } } document.getElementById('RequiredFieldValidator3').dispose = function() { Array.remove(Page_Validators, document.getElementById('RequiredFieldValidator3')); } document.getElementById('RegularExpressionValidator2').dispose = function() { Array.remove(Page_Validators, document.getElementById('RegularExpressionValidator2')); } document.getElementById('RequiredFieldValidator4').dispose = function() { Array.remove(Page_Validators, document.getElementById('RequiredFieldValidator4')); } document.getElementById('RegularExpressionValidator1').dispose = function() { Array.remove(Page_Validators, document.getElementById('RegularExpressionValidator1')); } //]]>