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:GridView>。行を挿入した後にselect, edit, delete and insertトリガーしたい。OnSelectedIndexChanged誰か助けてくれませんか??
<asp:GridView>
select, edit, delete and insert
OnSelectedIndexChanged
あなたはプログラムによってSelectedIndexChangedイベントを発生させることができます
GridView1_OnSelectedIndexChanged(new object(), new EventArgs());