<rad:GridButtonColumn ButtonType="ImageButton" ImageUrl="../Images/Recreate.GIF" UniqueName="RecreateColumn"
CommandName="Recreate">
<HeaderStyle Font-Bold="True" Wrap="False"/>
<ItemStyle Wrap="true" />
</rad:GridButtonColumn>
This is piece of code whose image buttons i need to find in code behind .cs file and need to add click event on this.
How can i do this ?
Thanks,
Awadh
CommandName="Recreate">
<HeaderStyle Font-Bold="True" Wrap="False"/>
<ItemStyle Wrap="true" />
</rad:GridButtonColumn>
This is piece of code whose image buttons i need to find in code behind .cs file and need to add click event on this.
How can i do this ?
Thanks,
Awadh