gpt4 book ai didi

javascript - 清除页面中的控件值而不从服务器 ASP.NET 回发

转载 作者:行者123 更新时间:2023-11-28 20:43:37 25 4
gpt4 key购买 nike

我的网页中有文本框,其中有RequiredFieldValidators。这些控件的最底部是按钮提交清除每次我单击提交按钮时,它都会触发来自RequiredFieldValidators的验证,这很好。我不想要的是,当我单击清除按钮时,也会触发RequiredFieldValidators。这是我的清晰代码..

    txtFullName.Text = null;
txtUserName.Text = null;
txtPassword.Text = null;
txtRetypePassword.Text = null;
CheckList.Items.FindByText("Activated").Selected = false;
CheckList.Items.FindByText("Suspended").Selected = false;

我只是想清除控件,而不是在每次单击清除按钮时验证它们。谢谢:)

最佳答案

You should to set property CausesValidation="false" for your clear button

关于javascript - 清除页面中的控件值而不从服务器 ASP.NET 回发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13874751/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com