I made a private class in one of my asp pages. I tried to access the Server and the Request object but it doesnt let me... How can I access it inside a class?

also, can I put some functions in global.asax and access those functions anywhere? ( I mean can I use the global file just like a public module?)