G
Guest
I have two navigation user controls and based on a query string will load one
or the other.
On the page that will load the user control I cannot do the following
Dim uc As FlashNavigation (The name of the code behind class)
I also can't do CType(uc, FlashNavigation)
I get Type 'FlashNavigation' is not defined. How can I dynamically load a
user control then access it's properties and or methods?
or the other.
On the page that will load the user control I cannot do the following
Dim uc As FlashNavigation (The name of the code behind class)
I also can't do CType(uc, FlashNavigation)
I get Type 'FlashNavigation' is not defined. How can I dynamically load a
user control then access it's properties and or methods?