If that method wants to be on every page, then you could create a Base Page class which includes it, and have all your ASP.Net Page inherit from that Base Page class.

Gary