Steven Luck posted an article on
Programmer's Laboratory
-
May 10, 2011, 6:29 am
Error BC30451: Object_name is not declaredAn object, e.g. button, linkbutton, or lable is created on the .aspx page. The intellisense does detect the object name. However, when it is debugged, it gives the error Object_name is not declared, where Object_name is the name of the object.
Solution:
...