GridView RowCommand event not firing

前端 未结 10 678
粉色の甜心
粉色の甜心 2020-12-06 09:42

I have a GridView that looks something like this:



        
10条回答
  •  离开以前
    2020-12-06 10:18

    You can also check the HttpContext.Current.Request.Form["__EVENTTARGET"] and if it ends with the ID of the control, rebind the GridView and use Page.FindControl with the event target to find the control that fired the event

提交回复
热议问题