Attribute Details: SaveInLocalStorage
 Back


LocalStorage stores data in the browser. The information is maintained between sessions. SaveInLocalStorage uses the browser's localStorage to preserve input values so they re-appear when a page is redisplayed. It is a way of keeping default values.

Set SaveInLocalStorage="True" to preserve and restore input values.

SaveInLocalStorage is over-ridden by DefaultValue attributes. Do not use SaveInLocalStorage and DefaultValue attributes together.

SaveInLocalStorage does not work under DataTables and other data-repeating elements.

LocalStorage requires browser support. IE7 does not support LocalStorage.



POTENTIAL VALUES

False
True




PARENT ELEMENTS

Click element to drill down for more information.

Input Chart List
Input Checkbox
Input Checkbox List
Input Color Picker
Input Combo List
Input Date
Input Email
Input Number
Input Password
Input Radio Buttons
Input Select List
Input Slider
Input Telephone
Input Text
Input Text Area
Input Time


 Back to top