H
HeavyMetal
I have a repeater with a gridview nested in it. I have no problem
captureing the ItemCommand of the repeater, but can not seem to get to
the RowCommand of the GridView. The GridView is bound when the
repeater ItemDataBound is run.
I can create a separate user control that only holds the GridView,
however I don't want to do that. The goal is to have LinkButtons in the
GridView fire the RowCommand event where I can then handle it.
(Handling both the repeater and gridview in a single user control)
vb.net, 2.0
any helpful thoughts/ideas will be appreciated. thanks.
captureing the ItemCommand of the repeater, but can not seem to get to
the RowCommand of the GridView. The GridView is bound when the
repeater ItemDataBound is run.
I can create a separate user control that only holds the GridView,
however I don't want to do that. The goal is to have LinkButtons in the
GridView fire the RowCommand event where I can then handle it.
(Handling both the repeater and gridview in a single user control)
vb.net, 2.0
any helpful thoughts/ideas will be appreciated. thanks.