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 コードとコード ビハインドは、http: //pastebin.com/biYqMT23にあります。
ボタンを変更して試すことができます:
<asp:Button ID="ButtonAddCategory" runat="server" Text="Add" ValidationGroup="GroupAddCategory" CausesValidation="true" OnClick="ButtonAddCategory_Click" OnClientClick="return Page_ClientValidate('GroupAddCategory');" />