I am just beginning to work with ASP.Net (which is probably obvious from my question), but I haven't found an answer in my searches.
I am working with some code which someone else created (I would ask him this question if we knew how to contact him). The code works fine, but I need to make some changes and I'm not able to locate the code-behind files. They are not in the folder with the aspx files, but they must be somewhere because everything is working. They would be C# files if that makes any difference. Where should I be looking for them?
Thanks in advance for the help.