WebUIFramework

WebUI Framework

Advanced ViewState capability

Advanced ViewState capability

Viewstate storage

WebUI Framework introduces ViewStateStorage property which has applied automatically for any components that derive from it. The ViewStateStorage feature enables developers to change the storage of the ViewState with only one-click, simply by changing its value in Property Editor.

Cache-To-Disk option for ViewStateStorage™

WebUI Framework now includes a new option to save the state to the physical disk. This option, FileServer, enables the view state to be saved to a physical disk in the local computer or a shared drive in network. The FileServer cache option solved many barriers around view state topic. No need to worry about memory leaks or limited server resources.

Selective ViewState saving

This feature is resembled as new property ViewStateItems which is visible to all Intersoft’s components that used this new version of Framework. ViewStateItems allow advanced developers to set what kind/type of items that should be saved in the ViewState. While the default value of ViewStateItems is 'Behavior', you can also choose to save 'BehaviorAndCollection', or 'BehaviorAndStyle', or if you would like to save the entire properties in the control, you can choose 'All'.

Enhanced ViewStateStorage

With the later enhanced version, WebUI Framework adopts the new OptimizedState architecture in its ViewStateStorage that is based on “Delta changes”. The viewstate size of a control now has been reduced significantly (approximately 60 percent smaller) and thus allow ViewStateStorage to be saved to Client (as in standard .NET controls).