Is there a way to pass the parameters to the LoadControl function when loading the user control dynamically?
|
|
|
|
|
|
|
I found a solution that uses reflection here |
||
|
|
|
|
All you need to do is create a descendant of the UserControl class, add a default constructor and another constructor that takes your parameters. The parameterless constructor is necessary for designer support.
|
||||
|
