code behind not connected

  • Thread starter Thread starter Tom Jackson
  • Start date Start date
T

Tom Jackson

All of a sudden my aspx page no longer runs the code behind. It is rendered
as html. The debugger won't stop on page_Load and none of my processing in
the .aspx.cs runs?

Thanks.

Tom
 
I fixed it by adding a new aspx page to the project and cutting and pasting
all the html and c# code from the old.

I sure would like to know what happened though!
 
Back
Top