in my website a custom validator is displayed as
<span errormessage="Please check atleast one" display="Dynamic" id="_ctl0_ContentPlaceHolder1_CustomValidator1" evaluationfunction="CustomValidatorEvaluateIsValid" clientvalidationfunction="funChk" style="color:Red;display:none;">Please check atleast one</span>
when viewing source from browser instead of
<span id="ctl00_ContentPlaceHolder1_CustomValidator1" style="color:Red;display:none;">Please check atleast one</span>
In the source fil ...
Go to the complete details ...