System.Web.UI.WebControls.DetailsView.EnablePagingCallbacks Property

Gets or sets a value indicating whether client-side callback functions are used for paging operations in the System.Web.UI.WebControls.DetailsView control.

Syntax

[System.ComponentModel.DefaultValue(false)]
public virtual bool EnablePagingCallbacks { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DetailsView.EnablePagingCallbacks property to specify whether paging operations are performed using client-side callback functions. When enabled, paging is performed using the callback feature, which prevents the need to post the page back to the server.

Note:

The client-side paging feature is only supported in Microsoft Internet Explorer 5.5 and later and Netscape 6.0 and later.

The value of DetailsView.EnablePagingCallbacks is stored in view state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0