T
Tom
I have a user control that is presented in a listview. I'm creating
controls during load and overriding Render. My problem is:
If I am creating a new Button for each instance of this control - how can I
trap the click event?
I have a panel with the button in the aspx file. The button has onclick
defined and when I show the control during the Render I do
Panel.RenderControl(htmlWriter). When I click the button the debugger does
not break in the click event.
Thanks..>Tom
controls during load and overriding Render. My problem is:
If I am creating a new Button for each instance of this control - how can I
trap the click event?
I have a panel with the button in the aspx file. The button has onclick
defined and when I show the control during the Render I do
Panel.RenderControl(htmlWriter). When I click the button the debugger does
not break in the click event.
Thanks..>Tom