Hi,
just add a new class into that app_code folder (vb or c#), and put the following code in the folder.
Public Class MyClass
Public Shared Function IsThereSomeone() As String
IsThereSomeone = "Yep i am here!"
End Function
End Class
After that you can access that classe from...