How do I reload the data of the repeater after a postback? As I understand the article, the postback will reload the zone, so I thought any content within would reload, too.
In my .ascx I have a link that is clicked by some javascript and triggers the postback (automatically):
<a id="reloadLink" href="#" runat="server" onclick="return true" onserverclick="foo"/>
The foo() method is empty.