Fails on line 1039 of the javascript, in :
",_CaptureValidatorsControl : function()"
on the line:
eval("crtret = " + ctrval.getAttribute("evaluationfunction") + "(" + ctrval.id + ")");
This is for Gecko based browsers. Maybe instead of passing the ID into the evaluation function it could be passed as a string. Or you could pass in a reference to the control "ctrval" instead. Or you could do a document.getElementById() to get the control reference and pass that in.
Comments: It seems that the described problem is not an Ajax Control Toolkit issue.
",_CaptureValidatorsControl : function()"
on the line:
eval("crtret = " + ctrval.getAttribute("evaluationfunction") + "(" + ctrval.id + ")");
This is for Gecko based browsers. Maybe instead of passing the ID into the evaluation function it could be passed as a string. Or you could pass in a reference to the control "ctrval" instead. Or you could do a document.getElementById() to get the control reference and pass that in.
Comments: It seems that the described problem is not an Ajax Control Toolkit issue.