G
Guest
Dear all,
If I used the following code on a datagrid object
<Columns>
<asp:ButtonColumn Text="Events" ButtonType=LinkButton
CommandName="ShowEvent">
</asp:ButtonColumn>
</Columns>
then the datagrid_ItemCommand event is fired but when I replace the Button
type to be PushButton instead, then it is not fired anymore
What is the difference between those 2 button type?
Which event fired when clicking on the PushButton type ?
regards
serge
If I used the following code on a datagrid object
<Columns>
<asp:ButtonColumn Text="Events" ButtonType=LinkButton
CommandName="ShowEvent">
</asp:ButtonColumn>
</Columns>
then the datagrid_ItemCommand event is fired but when I replace the Button
type to be PushButton instead, then it is not fired anymore
What is the difference between those 2 button type?
Which event fired when clicking on the PushButton type ?
regards
serge