В файле aspx:
Код: Выделить всё
Код: Выделить всё
protected void grdClientList_PageIndexChanging(object sender, GridViewPageEventArgs e)
{
grdClientList.PageIndex = e.NewPageIndex;
grdClientList.DataBind();
}
Подробнее здесь: https://stackoverflow.com/questions/146 ... oesnt-work
Мобильная версия