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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top