List View Control Sample
<asp:ListView ID="lvNew" runat="server">
<LayoutTemplate>
<h3>List View 2 </h3>
<asp:PlaceHolder runat="server" ID="itemPlaceholder"></asp:PlaceHolder>
<%--</blockquote>--%>
</LayoutTemplate>
<ItemTemplate>
<h4><%#Eval("name")%> (<%# Eval("age") %>)</h4>
</ItemTemplate>
</asp:ListView>
good Article
ReplyDelete