pritia 0 Newbie Poster

i hav a problem here
i hav a gridview in which i hav don allowpaging=true
and also hav written the code


Protected Sub GridView1_PageIndexChanging()
GridView1.PageIndex = e.NewPageIndex
GridView1.DataBind()
End Sub
when i run my project
it displays the grid with page index but when i click the next page there is nothing on the next page

help please