diff --git a/aspnet/Grid/Enable-Persistence.md b/aspnet/Grid/Enable-Persistence.md index dd5fe141c..da8fb6287 100644 --- a/aspnet/Grid/Enable-Persistence.md +++ b/aspnet/Grid/Enable-Persistence.md @@ -1,13 +1,13 @@ --- layout: post -title: Enable Persistence with Grid widget for Syncfusion Essential ASP.NET -description: How to persist grid state across page refresh +title: Enable Persistence in ASP.NET Webforms Grid Control | Syncfusion +description: Learn here about enable persistence in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Enable Persistence +# 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. diff --git a/aspnet/Grid/Grid-Dependencies.md b/aspnet/Grid/Grid-Dependencies.md index 6c889f29a..d04134455 100644 --- a/aspnet/Grid/Grid-Dependencies.md +++ b/aspnet/Grid/Grid-Dependencies.md @@ -1,13 +1,13 @@ --- layout: post title: Grid Dependencies | Grid | ASP.NET Webforms | Syncfusion -description: grid dependencies +description: Learn here about grid dependencies in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Grid Dependencies +# Grid Dependencies in ASP.NET Webforms Grid It is necessary to refer Grid dependent scripts and CSS files in your application, if you have not configured [Embedded Resources](https://help.syncfusion.com/aspnet/embeded-resources) in your application. You may ignore this section if you embed the resources from assembly. diff --git a/aspnet/MaskeditTextbox/Configure-Persistence-Support.md b/aspnet/MaskeditTextbox/Configure-Persistence-Support.md index ee96b375c..802bee4bd 100644 --- a/aspnet/MaskeditTextbox/Configure-Persistence-Support.md +++ b/aspnet/MaskeditTextbox/Configure-Persistence-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Configure Persistence Support | MaskEdit | ASP.NET Webforms | Syncfusion -description: configure persistence support +title: Configure Persistence in ASP.NET Webforms MaskEdit Control| Syncfusion +description: Learn here about configure persistence support in Syncfusion Essential ASP.NET Webforms MaskEdit Control, its elements, and more. platform: aspnet control: MaskEdit documentation: ug --- -# Configure Persistence Support +# Configure Persistence Support in ASP.NET Webforms MaskEdit The following steps explains the implementation of EnablePersistence in MaskEditTextbox. @@ -25,7 +25,7 @@ The following steps explains the implementation of EnablePersistence in MaskEdit The output for MaskEditTextbox with EnablePersistence before page load and after page load are as follows. -![](Configure-Persistence-Support_images/Configure-Persistence-Support_img1.png) ![](Configure-Persistence-Support_images/Configure-Persistence-Support_img2.png) +![ASP.NET Webforms MaskEdit Enabled or Disabled](Configure-Persistence-Support_images/Configure-Persistence-Support_img1.png) ![ASP.NET Webforms MaskEdit Configure Enabled or Disabled](Configure-Persistence-Support_images/Configure-Persistence-Support_img2.png) ## Enabled or Disabled @@ -52,7 +52,7 @@ The following steps explains the implementation of Enabled in MaskEditTextbox. The output for MaskEditTextbox when “Enabled” is “true” and “Enabled” is “false”. -![](Configure-Persistence-Support_images/Configure-Persistence-Support_img3.png) ![](Configure-Persistence-Support_images/Configure-Persistence-Support_img4.png) +![ASP.NET Webforms MaskEdit Adjusting Textbox Size](Configure-Persistence-Support_images/Configure-Persistence-Support_img3.png) ![ASP.NET Webforms MaskEdit Configure Height and Width](Configure-Persistence-Support_images/Configure-Persistence-Support_img4.png) @@ -83,7 +83,7 @@ The following steps explains the implementation of Height and Width in MaskEditT The output for MaskEditTextbox after setting the “Height” and “Width”. -![](Configure-Persistence-Support_images/Configure-Persistence-Support_img5.png) +![ASP.NET Webforms MaskEdit Define Value](Configure-Persistence-Support_images/Configure-Persistence-Support_img5.png) @@ -115,7 +115,7 @@ The following steps explains the implementation of Value in MaskEditTextbox. The output for MaskEditTextbox with Value. -![](Configure-Persistence-Support_images/Configure-Persistence-Support_img6.png) +![ASP.NET Webforms MaskEdit Configure Persistence Support](Configure-Persistence-Support_images/Configure-Persistence-Support_img6.png) @@ -143,7 +143,7 @@ Add the following code example in your ASPX page to render the MaskEditTextbox c The output for MaskEditTextbox when “ReadOnly” is “true”. The MaskEditTextbox values can not be edited or changed. -![C:/Users/giftline.jebamani/Desktop/a.png](Configure-Persistence-Support_images/Configure-Persistence-Support_img7.png) +![ASP.NET Webforms MaskEdit Error Visibility](Configure-Persistence-Support_images/Configure-Persistence-Support_img7.png) ### Error Visibility @@ -168,8 +168,8 @@ Add the following code example in your ASPX page to render the Textbox control. The output for Textbox when “ShowError” is “true”. -![C:/Users/giftline.jebamani/Desktop/a.png](Configure-Persistence-Support_images/Configure-Persistence-Support_img8.png) +![ASP.NET Webforms MaskEdit Configure Error Visibility](Configure-Persistence-Support_images/Configure-Persistence-Support_img8.png) -![C:/Users/giftline.jebamani/Desktop/b.png](Configure-Persistence-Support_images/Configure-Persistence-Support_img9.png) +![ASP.NET Webforms MaskEdit ShowError](Configure-Persistence-Support_images/Configure-Persistence-Support_img9.png)