Hi, I would like to access a method in a masterpage.master.cs file from my Global.asax page method Session_end().
Any ideas how to do this, tried various Findcontrol, casting (MasterPage).Master..., etc nothing so far.
The method im trying to access in my masterpage.master.cs file is
Go to the complete details ...