I have a project that was previously built by someone else. When I try to add a new control to the page, I can\'t access it in the code behind. When I try to access it there
I solved this problem by forcing the VS to regenerate my designer file. For that :
This made VS recreate all the controls in the blank designer file.
Hope that works for you.