TechTalk Genome v4.2

QueryField.SaveViewState Method 

Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

protected virtual object SaveViewState();

Return Value

Returns the server control's current view state. If there is no view state associated with the control, this method returns a null reference.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

QueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace