NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseDataListDesigner.templateFramesDirty

Whether or not the template frames have been altered.

[Visual Basic]
Protected templateFramesDirty As Boolean
[C#]
protected bool templateFramesDirty;
[C++]
protected: bool templateFramesDirty;
[JScript]
protected var templateFramesDirty : Boolean;

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace