Hi!
How do I add a dynamic Button in an event handler?
Of course, the new Button must be able to have its own events handled.
John
User Profile
Collapse
-
Add dynamic Button in event handler?
-
Catching events from dynamic controls
Hi!
This may well have been asked before, but how do you best catch events from dynamic controls in ASP.NET i.e. those created and placed programatically ?
An example page layout:
Initially:
Textbox1
Button1
Table1(contains Button2)
After clicking Button1:
Textbox1
Button2 (not inside a table)
Button3
...while clicking Button2 &...
No activity results to display
Show More