Quote Originally Posted by Besoup
You can use a Class in the same way.

Class.Yourmethod will work withouth instantiating it. As long as Yourmethod is Public.
Do you know if that is considered the best way? I want my database access code in a separate place than the form code behind.