L
Lloyd Sheen
I have created a button in a datagrid :
<asp:ButtonColumn Text="Shipped" ButtonType="PushButton" HeaderText="Update
to Shipped" CommandName="Shipped"></asp:ButtonColumn>
Now I want to capture the event in server code when the button is clicked.
I have tried all sorts of events under the datagrid but none of the events
is fired.
Lloyd Sheen
<asp:ButtonColumn Text="Shipped" ButtonType="PushButton" HeaderText="Update
to Shipped" CommandName="Shipped"></asp:ButtonColumn>
Now I want to capture the event in server code when the button is clicked.
I have tried all sorts of events under the datagrid but none of the events
is fired.
Lloyd Sheen