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.net 3.0 c#
終わり。ページボタンに onclientclick イベントを追加する必要があり、次のようなことでこれを達成しました。
myGridView.Attributes.Add("onClick", "setOKToClose();");
page_load内