From 80c1ac1300742bc9ad5d3903fd7098789e32c536 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 15 Sep 2023 10:48:03 +0300 Subject: [PATCH] SEO-175680-ASP.NET-webforms-redirect-weblinks --- aspnet/Grid/Enable-Persistence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/Grid/Enable-Persistence.md b/aspnet/Grid/Enable-Persistence.md index da8fb6287..7102498ce 100644 --- a/aspnet/Grid/Enable-Persistence.md +++ b/aspnet/Grid/Enable-Persistence.md @@ -9,9 +9,9 @@ documentation: ug # Enable Persistence in ASP.NET Webforms Grid -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. +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. -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#). +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). ## List of properties are not Persisted by default