
August 7th, 2003, 02:02 PM
|
|
Contributing User
|
|
Join Date: Jul 2003
Location: Weston, FL
Posts: 32
Time spent in forums: < 1 sec
Reputation Power: 6
|
|
|
assigning an event to a command button
I have the following HTML in a webform within a datagrid (among other columns):
<asp:ButtonColumn Text="Coverage" ButtonType="PushButton" CommandName="btnCoverage"></asp:ButtonColumn>
I would like to somehow associate a "click" event with this button. However, there is no "Onclick" event associated with it. I also went to the code-behind page to see if I can somehow associate an event with this and none showed up in any of the dropdown lists from within the code-behind page.
This command button was built using the property builder of the asp.net datagrid.
How can I associate a click event with this button???
__________________
Thanks,
Bill Yeager BCIP, MCP
BrainBench Certified Internet Professional
Microsoft Certified Professional
|