If you need to call a method in several methods you simply have to call them. I.e., there isn't a way to have a method automatically called if you call another method.
Are you looking to have some common functionality for page behavior? Perhaps you can use a base page class to inherit some behavior. Please explain your situation more specifically, there may be a better answer.
-Peter
|