今天偶然用了下CustomValidator,放在ascx中不起作用。最后发现如下问题:
If your custom validator does not fire within a wizard control then you should check the follow:
1)The Wizard expects all validators to use the ValidationGroup name of the Wizard.ID property
2) You may need to add each participating control and button to the same Validation Group.
3) Verify that your javascript code 阅读全文>
发表于 @ 2008年09月25日 13:49:00|评论(loading...)|编辑|举报|收藏