Hi,
I first need to understand why types are different for a user control (ascx).
Second, if I have just an object of type System.Type, how can I do to know that it's the type of my user control ?
Thanks alot.
I first need to understand why types are different for a user control (ascx).
- myUserControlID.GetType().FullName
- GetType(MyUserControl).FullName
Second, if I have just an object of type System.Type, how can I do to know that it's the type of my user control ?
Thanks alot.