ASP.NET: Repeater with Button inside GridView: Call OnRowCommand of the GridView
Posted
by Niels Bosma
on Stack Overflow
See other posts from Stack Overflow
or by Niels Bosma
Published on 2009-09-21T12:40:23Z
Indexed on
2010/04/03
5:33 UTC
Read the original article
Hit count: 875
I have a asp:Repeater in one of my asp:GridView columns. In the template of the repeater I have a button. When that button is clicked, how can I get the OnRowCommand of the GridView to be called instead of the Repeater one?
© Stack Overflow or respective owner