M
Mike P
I'm having trouble with C# syntax for Container.DataItem. This is the
VB version. CAn anybody help me out with the syntax?
<asp
ataList runat="server" id="dlResults"
Font-Name="Verdana" Font-Size="10pt">
<ItemTemplate>
<span style="font-size:15pt;font-weight:bold;">
<%# Container.DataItem.title %>
</span><br />
<%# Container.DataItem.snippet %><br />
[<a href="<%# Container.DataItem.URL %>"><%#
Container.DataItem.URL %></a>]
</ItemTemplate>
<SeparatorTemplate>
<p> </p>
</SeparatorTemplate>
</asp
ataList>
Any help would be really appreciated.
Cheers,
Mike
VB version. CAn anybody help me out with the syntax?
<asp

Font-Name="Verdana" Font-Size="10pt">
<ItemTemplate>
<span style="font-size:15pt;font-weight:bold;">
<%# Container.DataItem.title %>
</span><br />
<%# Container.DataItem.snippet %><br />
[<a href="<%# Container.DataItem.URL %>"><%#
Container.DataItem.URL %></a>]
</ItemTemplate>
<SeparatorTemplate>
<p> </p>
</SeparatorTemplate>
</asp

Any help would be really appreciated.
Cheers,
Mike