Hi all,
In the datagrid page indexing was not workong properly.I cant identify which page is selected .Otherwise its works properly.Waiting for your reply.
<asp:GridView ID="gdvJournals" runat="server" ShowHeader="False" Width="100%" BorderWidth="0px"
BorderStyle="None" AutoGenerateColumns="False" CellPadding="6" AllowPaging="True" OnPageIndexChanging="gdvJournals_PageIndexChanging" PageSize="3">
<Columns>
Thanks in advance