Sir,
In your demo 'dynamically adding dock'.its saving the entire dock's state.but my requirement is to store only the dock's position and index..and have to keep it in each page_load..
Another prbm is the raddocklayout's registereddocksstate is not clearing..
I used
In your demo 'dynamically adding dock'.its saving the entire dock's state.but my requirement is to store only the dock's position and index..and have to keep it in each page_load..
Another prbm is the raddocklayout's registereddocksstate is not clearing..
I used
StoreLayoutInViewState
="false" EnableViewState="false"
and tried with
| Dim stateList As List(Of DockState) = DkLayoutDocMain.GetRegisteredDocksState() |
| Me.ClearChildControlState() |
| Me.ClearChildViewState() |
| Me.ClearChildState() |
| DkLayoutDocMain.Dispose() |
| ViewState.Clear() |
plz help me...