You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
568 B

<%@ Control Language="c#" AutoEventWireup="false" Codebehind="last.ascx.cs" Inherits="netw.last" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<link href="css/Default.css" rel="stylesheet" rev="stylesheet" type="text/css" />
<asp:DataList id="DataList1" runat="server">
<ItemTemplate>
<img src=<%=my.thestyle%>bullet1.gif><a href="<%# DataBinder.Eval(Container.DataItem, "news_url") %>?newsid=<%#DataBinder.Eval(Container.DataItem, "id")%>"
class="navlink"><%# DataBinder.Eval(Container.DataItem, "title")%></a>
</ItemTemplate>
</asp:DataList>