I don't think that is the problem about (double =).
According to the error message .... that is about type convert.
And the FindControl method return "Control" type.
So, I think maybe you should write like
lblR = (Label)e.Item.FindControl("Label2");
to cast your Control back...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.