Hey there all,

I am writing a forum in asp.net, its coming along great, but I thinkI may be making the job harder than it should be.

Heres my question:

I am using VisualBasic ASP.net and well I need have several routines which will be exectly the same for each page, such as 'Private message check' and such like. In vb6 and .net you are able to have modules, I'm not writing the forum as an application, but as plain aspx files.

is is possible to have a page or module, that stores all the routines that I will need, and be able to call them from the file when required?

If so how do I do this?

Thanks,