Get Class from Aspx-File

  • Thread starter Thread starter Daniel H
  • Start date Start date
D

Daniel H

Hi,

Is it possible to get the "ClassType" from a Filename to a .aspx file?

I would like to access a class from an another page, knowing the filepath to
the aspx-file (or the .cs-file)
As I belivie that is how ASP.NET works (reading the aspx file and its <@
Page > to find/create the class )


//
Daniel Halan
 
Back
Top