I have several
VB modules that are collections of subroutines and functions that I want to be able to call or reference by code behind my Web pages. For now, I'm using VWD 2005 Express Edition, although I also have VS 2005 available.
Where in the Solution Explorer for my site do I put the module file?
If my module is called MyModule and in it there is a function called MyFunction, how do I reference MyFunction in the button click event (for example) for a button on one of my pages?