How to call methods of user control which is loaded dynamically on form using Reflection.
Hi All,
I am creating a project in C#. In the project I have a form on which many User Control is loaded dynamically using Reflection.
My requirement is to call the methods of User Control dynamically from the Current Form.
Thanks in advance.
Regards,
Ravi Ranjan