diff --git a/aspnet/Button/Getting-Started.md b/aspnet/Button/Getting-Started.md index 5496a9a7e..706f2f3e6 100644 --- a/aspnet/Button/Getting-Started.md +++ b/aspnet/Button/Getting-Started.md @@ -28,9 +28,9 @@ You can create an ASP.NETProject and add necessary Dll’s and Scripts with t Add the following code example in the corresponding ASPX page to render Button. Refer the following links to know details on ToggleButton and SplitButton. -ToggleButton :  +ToggleButton :  -SplitButton :  +SplitButton :  diff --git a/aspnet/Chart/Getting-Started.md b/aspnet/Chart/Getting-Started.md index c757d925b..74273ffee 100644 --- a/aspnet/Chart/Getting-Started.md +++ b/aspnet/Chart/Getting-Started.md @@ -293,4 +293,4 @@ You need to add a title to the chart to provide quick information to the user ab Refer to the [`Chart Title`](chart-title.html) section to know more about aligning Title, customizing its appearance and adding SubTitle to the chart. -We have created a sample by combining all the above code snippets for reference. This can be downloaded [`here`](http://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionASPNETApplication-1738844927). +We have created a sample by combining all the above code snippets for reference. This can be downloaded [`here`](https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionASPNETApplication-1738844927). 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 diff --git a/aspnet/Visual-Studio-Integration/Create-Project.md b/aspnet/Visual-Studio-Integration/Create-Project.md index a3bc1c045..7d27e3657 100644 --- a/aspnet/Visual-Studio-Integration/Create-Project.md +++ b/aspnet/Visual-Studio-Integration/Create-Project.md @@ -86,7 +86,7 @@ To create the **Syncfusion ASP.NET (Essential JS 1) Application** using the **Vi ![Web.config references of Syncfusion Essential JS 1 ASP.NET Web Forms project](Create-Project_images/Syncfusion-Project-Templates-img12.png) -6.Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio. +6.Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio. ![Syncfusion license registration information message box for Syncfusion Essential JS 1 ASP.NET Web Forms project](Create-Project_images/Syncfusion-Project-Templates-img13.jpeg)