ID="lstProducts"
DataSourceId="srcProducts"
runat="server">
id="itemPlaceholder"
runat="server" />
id="pg"
PageSize="2"
Runat="server">
ShowFirstPageButton="true"
ShowPreviousPageButton="true"
ShowNextPageButton="false"
ShowLastPageButton="false" />
ShowFirstPageButton="false"
ShowPreviousPageButton="false"
ShowNextPageButton="true"
ShowLastPageButton="true" />
<%# Eval("Title") %>
id="srcProducts"
SelectCommand="SELECT Id, Title, Director FROM Product"
ConnectionString='<%$ ConnectionStrings:con %>'
Runat="server" />