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我正在使用一个spgridview. 我想开火spgridview_rowdataevent。我该怎么做? 请帮我。
asp.net
spgridview
spgridview_rowdataevent
将此添加到您的 GridView
OnRowDataBound="GridViewRowEventHandler"
然后在你的代码后面做你想做的事
void GridViewRowEventHandler(object sender, GridViewRowEventArgs e)