User606128555 posted
Hi guys!
someone here can tell me what's the relation between the name of a namespace and a class in a server control!!!
open vs2008 and create a default server control which name of the namespace and name of the class is the same.
compile the control, add a webapplication project, and add the control to a grid view.
edit bindings and bind the default Text property, ok, now run the web application, you will get a compile error!!
now just change the class name in the server control and update the source of the page, run it again, no error occurs!!!
I havn't seen this error before, cause always my namespace names and class names are differs :-?