<ItemTemplate> not supported  
Author Message
airwalker2000





PostPosted: XML and the .NET Framework, <ItemTemplate> not supported Top

Hi there.

Im working on a website that was created using visul studio 2003. Im now working on that project in Visual studio 2005. when I try to execute the project im getting an error about ItemTemplates not being supported. This is the part in question:

<MyNo1:NewsList RssUrl= http://www.hide-link.com/ runat="server">
<
ItemTemplate>
<%# AddToC1(Container.Data) %>
</ItemTemplate>
<
AlternateTemplate>
<%# AddToC2(Container.Data) %>
</AlternateTemplate>
</MyNo1
:NewsList>

the error message that I get is:

Error 51 Validation (HTML 4.01): Element 'alternateitemtemplate' is not supported.

any advice would be greatly appreciated.

thanks...



.NET Development8  
 
 
Martin Honnen





PostPosted: XML and the .NET Framework, <ItemTemplate> not supported Top

You might want to ask at http://forums.asp.net/.