Search Results

3
votes

ASP.NET controls cannot be referenced in code-behind in Visual Studio 2008

Is the control that you are trying to reference inside of the repeater? If so then you need to look them up using the FindControl method. For example for: <asp:Re …