Error 118 The name '' does not exist in the current context

One of the common mistake :

Sometimes when you copy code files from other places, or copy it from some other solution ;) .

Check your code behind file name, Name space and Inherits property in the @Page directive.
Make sure they are equal.


By