G
Guest
From a typical ASP.NET page trace:
Begin Raise ChangedEvents
...
End Raise ChangedEvents
I have an IsDirty property on my page class that is set by capturing changed
events from all of the edit webcontrols. However, this property is only
valid after all of ChangeEvents processing has completed.
Does anyone know of a way to know when or if ChangedEvents processing has
completed.
Thanks,
Mike
Begin Raise ChangedEvents
...
End Raise ChangedEvents
I have an IsDirty property on my page class that is set by capturing changed
events from all of the edit webcontrols. However, this property is only
valid after all of ChangeEvents processing has completed.
Does anyone know of a way to know when or if ChangedEvents processing has
completed.
Thanks,
Mike