I have a function call declared in .aspx file that I call from the page_load event and it works fine. But when I move the function call to a Module file, it is not able to find it? The error message that I am getting is function name not declared. How do I call that function from my Page_load event. Please help.