K
Keith Selbee
I have a file that provides details on which user control to populate a web
page with at runtime. I'm able to create and load the control successfully,
but now I need to cast it from Control to its specific type so I can access
it's specific members. I have the type as a string ("MyUserControl" for
example). So, having the name, how do I cast it from Control to this type?
Thanks...
Keith
page with at runtime. I'm able to create and load the control successfully,
but now I need to cast it from Control to its specific type so I can access
it's specific members. I have the type as a string ("MyUserControl" for
example). So, having the name, how do I cast it from Control to this type?
Thanks...
Keith