Yes. It is within the repeater ItemTemplate.
The above problem does not occur every time. For example when I launch
VS.NET 2003 this time, it disappears again. My actual problem is the repeater
could not be displayed when I select an item from the dropdown list. The
program was not modified but I could not explain the behaviour.
[quoted text, click to view] "Eliyahu Goldin" wrote:
> How is the <tr> line related to the repeater? Is this a part of the
> ItemTemplate? The HeaderTemplate? The FooterTemplate? It should be included
> in one of the templates.
>
> Eliyahu
>
> "Kim" <Kim@discussions.microsoft.com> wrote in message
> news:41E6BD37-844B-46D3-A42B-BCE3977C2B5F@microsoft.com...
> >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 ?
>
>
How is the <tr> line related to the repeater? Is this a part of the
ItemTemplate? The HeaderTemplate? The FooterTemplate? It should be included
in one of the templates.
Eliyahu
[quoted text, click to view] "Kim" <Kim@discussions.microsoft.com> wrote in message
news:41E6BD37-844B-46D3-A42B-BCE3977C2B5F@microsoft.com...
>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 ?