C
Chu
Thanks everyone for taking a moment to read this.
I've got a page where I use a LinkButton and I wire up a dynamic event
to the button. When the user clicks the button, the event is fired as
expected. In the event code for that button, a new LinkButton is added
to the page and is wired up to yet a different event, however when
clicked, the page is posted back but the event is not triggered.
I'm assuming it has something to do with the order of events that are
being fired (i.e, it appears page_load gets hit then the first
LinkButton's click event is fired) and so the wire up isn't working out
as expected.
My problem is that I have no idea where to go from here
Is it even
possible to do what I'm wanting, i.e, wire up a 2nd button on the same
page that the 1st button was pushed?
Thanks for any help.
I've got a page where I use a LinkButton and I wire up a dynamic event
to the button. When the user clicks the button, the event is fired as
expected. In the event code for that button, a new LinkButton is added
to the page and is wired up to yet a different event, however when
clicked, the page is posted back but the event is not triggered.
I'm assuming it has something to do with the order of events that are
being fired (i.e, it appears page_load gets hit then the first
LinkButton's click event is fired) and so the wire up isn't working out
as expected.
My problem is that I have no idea where to go from here
possible to do what I'm wanting, i.e, wire up a 2nd button on the same
page that the 1st button was pushed?
Thanks for any help.