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.
のWebユーザーコントロールでasp.netは、1つを使用していspgridviewます。 発射したいspgridview_rowdataevent。どうすればできますか? 私を助けてください。
asp.net
spgridview
spgridview_rowdataevent
これを GridView に追加します
OnRowDataBound="GridViewRowEventHandler"
そして、あなたのコードビハインドで、あなたが使いたいことを何でもしてください
void GridViewRowEventHandler(object sender, GridViewRowEventArgs e)