System.Web.UI.WebControls.Parameter: Method Members

The methods of System.Web.UI.WebControls.Parameter are listed below. For a list of all members, see the Parameter Members list.

See Also: Inherited members from System.Object

Public Methods

override
ToString() : string

Converts the value of this instance to its equivalent string representation.

Protected Methods

Clone() : Parameter

Returns a duplicate of the current System.Web.UI.WebControls.Parameter instance.

Evaluate(System.Web.HttpContext, System.Web.UI.Control) : object

Updates and returns the value of the System.Web.UI.WebControls.Parameter object.

LoadViewState(object)

Restores the data source view's previously saved view state.

OnParameterChanged()

Calls the ParameterCollection.OnParametersChanged(EventArgs) method of the System.Web.UI.WebControls.ParameterCollection collection that contains the System.Web.UI.WebControls.Parameter object.

SaveViewState() : object

Saves the changes to the System.Web.UI.WebControls.Parameter object's view state since the time the page was posted back to the server.

SetDirty()

Marks the System.Web.UI.WebControls.Parameter object so its state will be recorded in view state.

TrackViewState()

Causes the System.Web.UI.WebControls.Parameter object to track changes to its view state so they can be stored in the control's System.Web.UI.Control.ViewState object and persisted across requests for the same page.