G
Guest
I had no problem with compiling my webpage with the following statement added
to the HTML view until recently:
<asp:repeater id="rp1" runat="server">
<tr><td><%# DataBinder.Eval(Container.DataItem, "Title") %></td></tr>
...........
...........
</asp:repeater>
The intellisense indicating the above-mentioned error occured on every line
of the HTML. Once this block of code is removed, everything was fine again.
Has anyone ever encountered it before ?
to the HTML view until recently:
<asp:repeater id="rp1" runat="server">
<tr><td><%# DataBinder.Eval(Container.DataItem, "Title") %></td></tr>
...........
...........
</asp:repeater>
The intellisense indicating the above-mentioned error occured on every line
of the HTML. Once this block of code is removed, everything was fine again.
Has anyone ever encountered it before ?