Thanks but that did not work.
If I put the following line in the aspx file it works, I need to put this line in dynamically.
<asp:TableRow>
<asp:TableCell>
<asp:Button OnCommand="CommandBtn_Clicked" Width="20px" Runat="server"></asp:Button></asp:TableCell></asp:TableRow>
|