My vb.net module with .request or .response is causing compiler error "reference to a non-shared member requires an object reference"
I just moved a working function with .response and .request from my ...aspx.vb form file to a new module.vb file, and now get this compiler error.
When my ..aspx.vb code calls the new function with the .response & .request in the module does it need to pass an object reference somehow?