Hi, I am Syed Fasih

---this is my aspx.cs file for the page navigation.
Code:
protected void grdConsultation_PageIndexChanging(object sender, GridViewPageEventArgs e)

{

grdConsultation.PageIndex = e.NewPageIndex;
grdConsultation.DataBind();

}


---this is my aspx file the gridview..
Code:
<asp:GridView ID="grdConsultation" runat="server"
...