Version

IsDirty(String) Method

This method determines if the property with the specified Id within the ViewState bag is dirty and needs to be sent to and from the client.
Syntax
'Declaration
 
Protected Overloads Function IsDirty( _
   ByVal id As String _
) As Boolean
protected bool IsDirty( 
   string id
)

Parameters

id
The Id of the property (defined as a constant in the derived class).

Return Value

true if the property has been altered after ViewStateTracking has been turned on. False otherwise.
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