Hi All,
I've got a small VS solution where the Page_Load appears to have just
stopped occurring. It was running earlier, I made a few changes to the
..aspx page and at some point, the Page_Load code ceased to show any evidence
of executing. The code from the same codebehind file is still working when
appropriate events occur, e.g., the button1_click method fires when button1
is clicked.
Any ideas?
Thanks,
John