I am modifying a very simple page: one data source, a couple repeaters with data transformation. I have now have the data in each of repeaters displaying twice. (I did verify the database table is not doubled). Any suggestions as to where to start? I have been mostly changing the HTML in the transformations. However it is displaying twice for transformations I have not altered.
Make sure the repeaters aren't assigned to the same datasource. You can troubleshoot this by hiding all the repeaters but 1 and then start adding them back in to see which one is the problem.
Please, sign in to be able to submit a new answer.