Fully qualified type names for generic types
Syntax for generic types names:
MyAssembly.MyClass`[[MyAssembly.MyOtherClass, MyAssembly]], MyAssembly
Should be able to use this format anywhere a type name is required, including the Inherits attribute on ASPX Page declarations.