I have the following repeater below and I am trying to find lblA in code behind and it fails. Below the markup are the attempts I have made:
You should bind first. for example)
rptDetails.DataSource = dataSet.Tables["Order"]; rptDetails.DataBind();