I want to get a type of a \"BasePage\" object that I am creating. Every Page object is based off BasePage. For instance, I have a Login.aspx and in my code-behind and a clas
After some additional research I found that if I call Page.GetType().BaseType it returns the code-behind type of the Aspx page.