Gets or sets a value indicating whether client-side callback functions are used for paging operations in the System.Web.UI.WebControls.DetailsView control.
Documentation for this section has not yet been entered.
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.
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.