Codebehind loses links to web controls
Links to the related codebehind files are lost for certain controls. The programs still compile. However, it doesn't execute the logic on the existing control events. Unfortunately, this seems to usually happen to datagrids.
I'd love to know what causes this, and how to keep it from happening, or fix it once it does happen.
So far, I have to have the codebehind manager re-create the event subroutines it can't see, then copy the logic from the non-recognized routines to the newly created routines, remove the old, and rename the new to the old names.
Thanks,
Randy

