smartDBforms.NET API Reference

SmartPager.DisableChildrenViewState Property

Specifies if to disable the viewstate of the child controls. The default value is true. This is viewstate optimization. The child viewstate is not needed in most cases because the child controls are databoudn on each request.

[Visual Basic]
Public Property DisableChildrenViewState As Boolean
[C#]
public Boolean DisableChildrenViewState {get; set;}

See Also

SmartPager Class | Adillis.SmartDBForms Namespace