Still learning from code
Still a C# newbie.
I want to create a public function that I can use on any page. So would I put a public class in the Globals.cs file and then give it a (or many) public static methods? And once I have written them do I have to register globals.cs or the class anywhere? Or will the class/methods just start showing up in intellisense?
Thanks,
SPD
|