Esempio n. 1
0
        protected override void TrackViewState()
        {
            if (style != null)
            {
                style.TrackViewState();
            }

            if (attribute_state != null)
            {
                attribute_state.TrackViewState();
                attribute_state.SetDirty(true);
            }

            base.TrackViewState();
        }