Problem Using the following VB-syntax in a DataRepeater will no longer work after applying .NET Framework 2.0 Service Pack 1 in a medium-trust environment. <asp:Repeater ID="Repeater1" runat="server"> <ItemTemplate> <%#Container.DataItem("data")%><br
Read More...