Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个asp.net 向导控件。在一个步骤中,我有四个文本框。在继续下一步之前,我需要确保所有文本框都没有重复值。我可以通过添加服务器端/客户端函数来循环所有文本框控件并检查重复值来实现这一点,但不知何故我觉得这不是正确的方法。我在网上搜索并找到了一些链接this和this但似乎没有什么合适的。我也不能使用比较验证器,因为它最多只能用于两个控件。
你们有更好的方法来实现这一目标吗?提前致谢。
您可以尝试使用 CompareValidators。