Author: aaron1991 | Posted on: 5/11/2009 4:15:56 PM | Views : 852

'Private Overloads Function __BuildControlLblnamex() As System.Web.UI.WebControls.Label' has multiple definitions with identical signatures.
'Public Overloads Sub __DataBindingLblnamex(sender As Object, e As System.EventArgs)' has multiple definitions with identical signatures.
'Lblnamex' is already declared as 'Protected WithEvents Lblnamex As System.Web.UI.WebControls.Label' in this class.
 
I am getting the above 3 errors for several controls on a web form I have. It was working fine and then I closed it (I don't believe I changed anything by accident with a mishapped click, but I won't rule it out), worked on something else disconnected from the page and came back and it wouldn't run and threw the above errors. Does anyone know why this is occuring, or how I could even go about debugging it? There is definitely only one of each control, by the way. Thanks for any help!
...

Go to the complete details ...