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.
我偶尔会收到双重回发。我想在用户单击一次后禁用客户端的“保存”按钮,但在禁用它之前我必须确保客户端验证器有效。如何在客户端代码中检查这一点?
检查这个: 客户端验证对象模型
使用 Page_IsValid 检查所有验证在客户端是否有效。
使用 Page_ClientValidate() 函数来验证特定的验证组。
var isGroupValid = Page_ClientValidate("ValidationGroup");