Hi,
I have 2 masterpages: Test.master and MasterPage.master.
I want to call a function in MasterPage.master by initializing like this
Dim aMP As MasterPage = TryCast(Me.Master, MasterPage)
I got an error
'MasterPage' is ambiguous
Can you help me?
thanks
Go to the complete details ...