Skip to content

Instantly share code, notes, and snippets.

@arviman
Created November 2, 2011 19:37
Show Gist options
  • Save arviman/1334655 to your computer and use it in GitHub Desktop.
Save arviman/1334655 to your computer and use it in GitHub Desktop.
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
LoadData(itemsPerPage, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment