C
chabuhi
I am a complete non-programmer
I have an .aspx page that refers to a codebehind .cs page
There are various "runat=server" sprinkled throughout the .aspx page
The page works fine on the website, but here's the freaky thing (at least, I
think it's freaky):
There are NO .cs pages anywhere on the server. How can the .aspx page rely
on a .cs codebehind if no such codebehind page exists?
Is it possible (sorry if this is a stupid question) that all of the .cs
codebehinds are compiled into a .dll or something? The only reason I ask is
because that's the only type of non-aspx file I find on the server (not
counting .js or .css or, obviously, images/flash/etc.).
What could be facilitating the functions of the codebehinds if they do not
exist?
Thanks for any help.
- c
I have an .aspx page that refers to a codebehind .cs page
There are various "runat=server" sprinkled throughout the .aspx page
The page works fine on the website, but here's the freaky thing (at least, I
think it's freaky):
There are NO .cs pages anywhere on the server. How can the .aspx page rely
on a .cs codebehind if no such codebehind page exists?
Is it possible (sorry if this is a stupid question) that all of the .cs
codebehinds are compiled into a .dll or something? The only reason I ask is
because that's the only type of non-aspx file I find on the server (not
counting .js or .css or, obviously, images/flash/etc.).
What could be facilitating the functions of the codebehinds if they do not
exist?
Thanks for any help.
- c