Upps, please forget the question.
It has nothing to do with iron-python.
in asp.net you always have to bind dynamic event-handlers in Page_Init or
Page_Load handlers. Must be done that way always
Kind regards Bernd
2013/3/29 Bernd Viehmann
> Hello,
>
> I am working on a ASP.NET web-applic
Hello,
I am working on a ASP.NET web-application written in IronPython. I have to
create some widgets dynamically in the code-behind file.
Unfortunately the Click-Handler is not called when i click a
dynamic-created LinkButton.
Here is the code:
--...