Rainbow 2.0 Code Documentation

IPaging Interface

Common interface for paging controls

For a list of all members of this type, see IPaging Members.

[Visual Basic]
Public Interface IPaging
[C#]
public interface IPaging
[C++]
public __gc __interface IPaging
[JScript]
public interface IPaging

Types that implement IPaging

TypeDescription
Paging Paging class, Rainbow special edition
PagingNumbers The paging control is used to display paging options for controls that page through data. This control is necessary since some data rendering controls, such as the DataList, do not support paging and it must be a custom implementation.

Requirements

Namespace: Rainbow.Framework.Web.UI.WebControls

Assembly: Rainbow.Framework.Core (in Rainbow.Framework.Core.dll)

See Also

IPaging Members | Rainbow.Framework.Web.UI.WebControls Namespace