I know in standard VB.Net development, you can access any form field from within a module class but I'm not sure how to do it using Web Forms.

Here is my scenario:

I have a Module.vb where I am putting all my Database Functionality. In each of my functions, I'm using a Try Catch construct. Is is possible to display an error from within my Module.vb on any web form? If so, how is it done?

Thanks,