Version

SetValue Method (ControlObject)

Sets an object value so that it is maintained in viewstate
Overload List
OverloadDescription
SetValue(Int32,Object)  
SetValue(String,Object)Sets an object value so that it is maintained in viewstate  
SetValue(ClientUIFlags,DefaultableBoolean)Sets the ClientUIFlag to the specified value. First this property checks to see if a value has already been set for this Flag. If so, then it removes the value from the Flags property, and appends the new Calculated value.  
SetValue(ClientUIFlags,Boolean)Sets the ClientUIFlag to the specified value. First this property checks to see if a value has already been set for this Flag. If so, then it removes the value from the Flags property, and appends the new Calculated value.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also