It's possible do something like this
Load an ASP.NET 2.0 aspx page using System.Reflection?
But access to a public shared member (propertie) instead of create an instance of the the webForm ?
I guess I can achieve my goal using the instance of the aspx page, but it's kind of unnecessary to get the instance, because i just need a propertie.
Thanks !