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.
2つのドロップダウンがあり、特定の値に対してもう1つのドロップダウンが無効になり、javascriptを使用しました。しかし、問題は、無効になると「必須フィールド検証」が呼び出されることです。これを解決するにはどうすればよいですか?
また、次のようにドロップダウンのバリデーターを無効にする必要があります。
ValidatorEnable(document.getElementById('<%= ValidatorID.ClientID %>'), false);