This is sort of a newbie question I suppose. Would a simple ASP page ever need a scope of Public on any of its subs? What about ASP.NET?
If I have a page called Page1.asp, and one called Page2.asp, and Page1.asp has a Public function, can Page2.asp call that function as long as they're part of the application?
If I have a page called Page1.asp, and one called Page2.asp, and Page1.asp has a Public function, can Page2.asp call that function as long as they're part of the application?