i have a file in my project base.vb

in this file i have public function validate.

the question i need to ask is that how can i make my webpages inherit this information.

ie, base.validate() brings up an error
base is not declared....
is this making any sense