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.
フォームビューにボタンがあり、条件が false の場合にボタンを非表示にしたいと考えています。最初のレコードでは、以下のコードは正常に機能します。
FormView1.FindControl("btnnext").Visible = false;
しかし、2 番目のレコードでは、ボタンは表示されたままです。posback コード内に同じコードを入れました。
どうすれば非表示にできますか?