I am trying to access a control inside a Repeater. The control is inside the <ItemTemplate> tag. I am using FindControl but it’s always coming out Null.
What am I doing wrong?
I am trying to access a control inside a Repeater. The control is inside
Share
My guess is that FindControl can only be used in record-level events such as ItemDataBound: