Skip to content

Commit 80c1ac1

Browse files
committed
SEO-175680-ASP.NET-webforms-redirect-weblinks
1 parent 54c813e commit 80c1ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnet/Grid/Enable-Persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation: ug
99

1010
# Enable Persistence in ASP.NET Webforms Grid
1111

12-
Enable Persistence is to maintain the grid state in browser's [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true.
12+
Enable Persistence is to maintain the grid state in browser's [local storage](https://www.w3schools.com/html/html5_webstorage.asp) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true.
1313

14-
I> [localStorage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below IE9 then grid state persistence technique is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#).
14+
I> [localStorage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below IE9 then grid state persistence technique is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp).
1515

1616
## List of properties are not Persisted by default
1717

0 commit comments

Comments
 (0)