I am using a 'Repeater' in aspx file and I am not able to find it in the code behind (.cs file). I also tried with Page.Findcontrol(), but it also gives a null. The following is the code: aspx: <%@ Page Language="C#" MasterPageFile="~/DefaultMasterPage.master" AutoEventWireup...