B
Bjorn Sagbakken
With ASP.NET 2.0:
In VB code I have added controls dynamically, then added a handler using
AddHandler(Object, Method)
It all works fine.
Now I am trying to do the same in a C# module, but the AddHandler() is not
recognized at all, even though I have tried to add "using
System.ComponentModel;"
I fell like I am missing some basic stuff here, references or ..
Anyone with an idea or a simple example?
Bjorn
In VB code I have added controls dynamically, then added a handler using
AddHandler(Object, Method)
It all works fine.
Now I am trying to do the same in a C# module, but the AddHandler() is not
recognized at all, even though I have tried to add "using
System.ComponentModel;"
I fell like I am missing some basic stuff here, references or ..
Anyone with an idea or a simple example?
Bjorn