AllowPaging =false Does not work, i have changed this code the following is working properly
protected void Page_Load(object sender, EventArgs e)
{
GridView1.BottomPagerRow.Visible = true;
}
protected void Button1_Click(object sender, EventArgs e)
{
GridView1.BottomPagerRow.Visible = false;
}