This article describes how to implement multi-page selection in ASP.NET. Its specific ideas are simple: remember each selected item with hidden INPUT, check the saved value when the data binding is performed, and then displayed in the DataGrid. The complete code and examples of time:
View example
Selectmultipages.aspx
<% @ Page EnableViewState = "true" CodeBehind = "SelectMultiPages.aspx.cs" Language = "c #" AutoEventWireup = "false" Inherits = "eMeng.Exam.SelectMultiPages"%>