I get inconsistent behavior when using repeater. I have a repeater with textboxes inside populated from a DataTable. Everything works perfectly for a while then the following error starts to popup.
Multiple controls with the same ID 'txt' were found. FindControl requires that controls have unique IDs.
The error seems to occur on the second session:
Rebuild & Debug: Everything works perfectly.
Stop debugging & Debug again: Error occurs indefinitely until rebuild.
Any ideas what can cause this ? Thanks in advance.