Force Regeneration of the Designer.cs File
At times while developing an ASP.NET project you may run into the following error in your code behind file: The name 'controlName' does not exist in the current context Often this is simply a case of a misnamed control or an error in your .aspx file. Other...