MohdDilshad -3 Newbie Poster

<PagerTemplate>

      <table border="0" style="width: 100%;">
                    <tbody>
                        <tr>
                        <td> <asp:Label ID="lblPager" runat="server" Text="Label"></asp:Label></td>
                            <td style="float: right;">
                              <asp:LinkButton CommandName="Page" CommandArgument="Last" ID="LnkLast" runat="server">Last</asp:LinkButton>
                                <asp:LinkButton CommandName="Page" CommandArgument="Prev" ID="lnkPrev" runat="server">Previous</asp:LinkButton>
                                <asp:LinkButton CommandName="Page" CommandArgument="Next" ID="lnkNext" runat="server" >Next</asp:LinkButton>
                                 <asp:LinkButton CommandName="Page" CommandArgument="First" ID="lnkFirst" runat="server" >First</asp:LinkButton>
                            </td>
                            <td style="clear: both"></td>
                        </tr>
                    </tbody>
                </table>        
  </PagerTemplate>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.