Re: [Ironpython-users] Event handler for dynamic added Controls

2013-03-29 Thread Bernd Viehmann
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

[Ironpython-users] Event handler for dynamic added Controls

2013-03-29 Thread Bernd Viehmann
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: --...