hi,

in my project ive nested databaound control as
<asp:repeater...>
...
<asp:datagrid...>
<itemtemplate>
<asp:button id="btn"...>
</itemtemplate>
</asp:datagrid>
</asp:repeater>



if click the button btn it doesnt fires btn_itemcommand.

how to handle the itemcommand 4 innermost (datagrid) control?

pls give me idea ?
v.r.mahedran