Saves the state of the properties in the System.Web.UI.WebControls.DetailsView control that need to be persisted, even when the System.Web.UI.Control.EnableViewState property is set to false.
Returns the server control's current view state. If there is no view state associated with the control, this method returns null.
This method is used to save the state of the properties in the System.Web.UI.WebControls.DetailsView control that need to be persisted, even when the System.Web.UI.Control.EnableViewState property is set to false.
This method is used primarily by control developers to extend the System.Web.UI.WebControls.DetailsView control.