diff --git a/aspnet/Kanban/Getting-Started.md b/aspnet/Kanban/Getting-Started.md
index 2aaab3946..c20d58282 100644
--- a/aspnet/Kanban/Getting-Started.md
+++ b/aspnet/Kanban/Getting-Started.md
@@ -7,7 +7,7 @@ control: Kanban
documentation: ug
---
-# Getting Started
+# Getting Started with ASP.NET Web Forms Kanban
This section explains briefly about how to create a Kanban in your application with ASP.NET.
@@ -121,7 +121,7 @@ You can bind data to the Kanban control by either locally or remotely. Assign th

-N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](http://help.syncfusion.com/aspnet/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
+N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](https://help.syncfusion.com/aspnet/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
## Mapping Values
@@ -289,7 +289,7 @@ N> `PrimaryKey` field is mandatory for “Drag and Drop”, ”Selection” and
## Adding Filters
-Filters allows to filter the collection of cards from `DataSource` which meets the predefined `Query` in the filters collection. To enable filtering, define `FilterSettings` collection with display `Text` and [ej.Query](http://help.syncfusion.com/aspnet/datamanager/query).
+Filters allows to filter the collection of cards from `DataSource` which meets the predefined `Query` in the filters collection. To enable filtering, define `FilterSettings` collection with display `Text` and [ej.Query](https://help.syncfusion.com/aspnet/datamanager/query).
{% tabs %}
diff --git a/aspnet/RichTextEditor/Image-and-File-browser.md b/aspnet/RichTextEditor/Image-and-File-browser.md
index 4691f0801..84b0af472 100644
--- a/aspnet/RichTextEditor/Image-and-File-browser.md
+++ b/aspnet/RichTextEditor/Image-and-File-browser.md
@@ -1,7 +1,7 @@
---
layout: post
title: Image and File browser in RichTextEditor | Syncfusion | ASP.NET
-description: Configuring and working with Image and File browser in RichTextEditor
+description: Learn here about configuring and working with image and file browser in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
platform: aspnet
control: RTE
documentation: ug
@@ -91,7 +91,7 @@ public static object FileActionDefault(string ActionType, string Path, string Ex

-N> FileExplorer component has been implemented and integrated with the editor in Volume 1, 2015 release. For more information about FileExplorer component, see [here](http://helpjs.syncfusion.com/js/fileexplorer/overview#).
+N> FileExplorer component has been implemented and integrated with the editor in Volume 1, 2015 release. For more information about FileExplorer component, see [here](https://help.syncfusion.com/js/fileexplorer/overview).
## Image Properties
diff --git a/aspnet/RichTextEditor/ImageandFilebrowser_images/ImageandFilebrowser_img4.png b/aspnet/RichTextEditor/ImageandFilebrowser_images/ImageandFilebrowser_img4.png
index 70290e094..fafbc9b1e 100644
Binary files a/aspnet/RichTextEditor/ImageandFilebrowser_images/ImageandFilebrowser_img4.png and b/aspnet/RichTextEditor/ImageandFilebrowser_images/ImageandFilebrowser_img4.png differ
diff --git a/aspnet/RichTextEditor/User-Interface.md b/aspnet/RichTextEditor/User-Interface.md
index 27405633a..392641558 100644
--- a/aspnet/RichTextEditor/User-Interface.md
+++ b/aspnet/RichTextEditor/User-Interface.md
@@ -1,7 +1,7 @@
---
layout: post
title: User Interface for the RichTextEditor | Syncfusion | ASP.NET
-description: User Interface for RichTextEditor control (toolbar, content area, and footer)
+description: Learn here about user interface support in Syncfusion ASP.NET Web Forms RichTextEditor control, its elements, and more.
platform: aspnet
control: RTE
documentation: ug
@@ -21,11 +21,11 @@ However, in most integrations, it's desirable to change the toolbar configuratio
Description
|
- {{'[toolsList](http://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }}
|
+ {{'[toolsList](https://help.syncfusion.com/api/js/ejrte#members:toolslist)'| markdownify }}
|
The toolsList option allows you to choose which tools appear on the toolbar, as well as the order and grouping of those items
|
- {{'[tools](http://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }}
|
+ {{'[tools](https://help.syncfusion.com/api/js/ejrte#members:tools)'| markdownify }}
|
The toolsList property is used to get the root group order and tools property is used to get the inner order of the corresponding groups displayed.
|
diff --git a/aspnet/RichTextEditor/Working-with-Content.md b/aspnet/RichTextEditor/Working-with-Content.md
index 0a3e2b607..e118dc73b 100644
--- a/aspnet/RichTextEditor/Working-with-Content.md
+++ b/aspnet/RichTextEditor/Working-with-Content.md
@@ -1,7 +1,7 @@
---
layout: post
title: Working with content related operation|RTE|Syncfusion|ASP.NET
-description: Working with Content related changes in RichTextEditor control
+description: Learn here about working with content related changes in ASP.NET Web Forms RichTextEditor control, its elements, and more.
platform: aspnet
control: RTE
documentation: ug
@@ -138,7 +138,7 @@ The ContentEditable attribute allows you to make any element of HTML content to
{% endhighlight %}
-N> Content editable is fully compatible with latest browsers, to know more details, see [here](http://www.w3schools.com/tags/att_global_contenteditable.asp#).
+N> Content editable is fully compatible with latest browsers, to know more details, see [here](https://www.w3schools.com/tags/att_global_contenteditable.asp).
## Submit Content
@@ -161,7 +161,7 @@ The editor allows you to process its content before it is being submitted to the
## Refresh
-When you move the editor’s wrapper element into another DOM element, the editor needs to be reinitialized by the [refresh](http://help.syncfusion.com/js/api/ejrte#methods:refresh) method to retain its content. The method reload the content area and rebind the events of the editor.
+When you move the editor’s wrapper element into another DOM element, the editor needs to be reinitialized by the [refresh](https://help.syncfusion.com/api/js/ejrte#methods:refresh) method to retain its content. The method reload the content area and rebind the events of the editor.
{% highlight html %}
@@ -198,7 +198,7 @@ When you move the editor’s wrapper element into another DOM element, the edito
The editor is capable to persist its content with HTML format. By default, the persistence support is disabled in the editor. When you set the EnablePersistence property to true, the persistence will be enabled in the editor.
-N> [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below ie9 version, therefore persistence support is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#).
+N> [local storage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below ie9 version, therefore persistence support is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp).
{% highlight html %}
diff --git a/aspnet/Sparkline/Range-Band.md b/aspnet/Sparkline/Range-Band.md
index 678cf7a62..a09db063a 100644
--- a/aspnet/Sparkline/Range-Band.md
+++ b/aspnet/Sparkline/Range-Band.md
@@ -1,13 +1,13 @@
---
layout: post
-title: RangeBand
-description: Learn how to add Rangeband to Sparkline .
+title: Range band in ASP.NET Web Forms Sparkline Control | Syncfusion
+description: Learn how to add range band in Syncfusion Essential ASP.NET Web Forms Sparkline control, its elements, and more.
platform: aspnet
control: Sparkline
documentation: ug
---
-## Range Band
+# Range band in ASP.NET Web Forms Sparkline Control
The range band feature is used to highlight a particular range along the y-axis using `StartRange` and `EndRange` property. You can also customize the `Color` and `Opacity` of the `RangeBandSettings`.
diff --git a/aspnet/SpreadSheet/Editing.md b/aspnet/SpreadSheet/Editing.md
index f6e2e9490..7640c9005 100644
--- a/aspnet/SpreadSheet/Editing.md
+++ b/aspnet/SpreadSheet/Editing.md
@@ -1,13 +1,13 @@
---
layout: post
title: Editing with Spreadsheet widget for Syncfusion Essential JS
-description: Learn about editing support in Syncfusion ASP.NET Webforms Spreadsheet control and more details.
+description: Learn about editing support in Syncfusion ASP.NET Web Forms Spreadsheet control, its elements, and more details.
platform: aspnet
control: Spreadsheet
documentation: ug
---
-# Editing
+# Editing in ASP.NET Web Forms Spreadsheet Control
You can edit the contents of a cell directly in the cell. You can also do this by typing in the formula bar. When you edit the cell, Spreadsheet is operating in edit mode. In editing mode formatting options are not available. You can use `AllowEditing` property to enable/disable editing feature.
@@ -214,6 +214,6 @@ public static object GetAllItemDetails()
{% endtabs %}
-To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://www.syncfusion.com/kb/7567/how-to-save-and-retrieve-the-spreadsheet-data-in-database "Knowledge Base") link.
+To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://support.syncfusion.com/kb/article/6923/how-to-save-and-retrieve-the-spreadsheet-data-in-database "Knowledge Base") link.
You can update data dynamically in the Spreadsheet by using [`updateRange`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:updaterange "updateRange") method.
\ No newline at end of file
diff --git a/aspnet/SpreadSheet/Open-and-Save.md b/aspnet/SpreadSheet/Open-and-Save.md
index abe64c8c8..dfbc59b68 100644
--- a/aspnet/SpreadSheet/Open-and-Save.md
+++ b/aspnet/SpreadSheet/Open-and-Save.md
@@ -6,9 +6,9 @@ control: Spreadsheet
documentation: ug
---
-# Open and Save
+# Open and save in ASP.NET Web Forms Spreadsheet Control
-The native data format for Spreadsheet is JSON. You can load and store JSON data with Spreadsheet. In Spreadsheet we have [`saveAsJSON`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:saveasjson "saveAsJSON") and [`loadFromJSON`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:loadfromjson "loadFromJSON") method which is used to save Spreadsheet as JSON and same JSON used to render Spreadsheet.
+The native data format for Spreadsheet is JSON. You can load and store JSON data with Spreadsheet. In Spreadsheet we have [`saveAsJSON`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:saveasjson "saveAsJSON") and [`loadFromJSON`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:loadfromjson "loadFromJSON") method which is used to save Spreadsheet as JSON and same JSON used to render Spreadsheet.
{% highlight javascript %}
@@ -131,7 +131,7 @@ To load excel documents initially from server side, set `ImportOnLoad` as `true`
### Methods
-To open an excel document, [`import`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:import "import") method should be called with import options as a parameter. The Spreadsheet can open excel document as a stream or file URL.
+To open an excel document, [`import`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:import "import") method should be called with import options as a parameter. The Spreadsheet can open excel document as a stream or file URL.
#### Stream
Spreadsheet can open excel document as a stream and the document stream was either from the client side or it can be specified in server side. The code snippets to open excel document as a stream from client side are as follows,
@@ -228,7 +228,7 @@ You can save excel documents in following ways
### Methods
-To save Spreadsheet document as excel file, [`export`](http://help.syncfusion.com/api/js/ejspreadsheet#methods:xlexport-export "export") method should be called with file type as parameter. The code snippets to save Spreadsheet document are as follows,
+To save Spreadsheet document as excel file, [`export`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlexport-export "export") method should be called with file type as parameter. The code snippets to save Spreadsheet document are as follows,
{% highlight javascript %}
diff --git a/aspnet/SunburstChart/Levels.md b/aspnet/SunburstChart/Levels.md
index 8fac93226..bed462107 100644
--- a/aspnet/SunburstChart/Levels.md
+++ b/aspnet/SunburstChart/Levels.md
@@ -1,13 +1,13 @@
---
layout: post
-title: Levels | SunburstChart | ASP.NET Webforms | Syncfusion
-description: Learn about levels support in Syncfusion ASP.NET Webforms SunburstChart control and more details.
+title: Levels in ASP.NET Web Forms Sunburst Chart | Syncfusion
+description: Learn about levels support in Syncfusion ASP.NET Web Forms Sunburst Chart control, its elements, and more details.
platform: aspnet
control: SunburstChart
documentation: ug
---
-## Levels
+# Levels in ASP.NET Web Forms Sunburst Chart Control
Sunburst chart is used to display hierarchical data. You can add more than one hierarchical data by using the **Levels** property of Sunburst chart. Each level of the hierarchy is represented by circle.
The following code snippet illustrates
diff --git a/aspnet/Tab/Integration-with-other-controls.md b/aspnet/Tab/Integration-with-other-controls.md
index e3daf4dba..b65f1c4b0 100644
--- a/aspnet/Tab/Integration-with-other-controls.md
+++ b/aspnet/Tab/Integration-with-other-controls.md
@@ -1,19 +1,19 @@
---
layout: post
title: Integration with other controls | Tab | ASP.NET | Syncfusion
-description: integration with other controls
+description: Learn here about integration with other controls in Syncfusion ASP.NET Web Forms Tab control, its elements, and more.
platform: aspnet
control: Tab
documentation: ug
---
-# Integration with other controls
+# Integration with other controls in ASP.NET Web Forms Tab
You can provide more customization to the Tab with rating control as content for describing the item rating value.
The Essential ASP Rating control provides an intuitive rating experience that allows you to select the number of stars that represent the rating. For more information about the rating, you can refer to the following link:
-
+
The following code example explains the rating control creation
diff --git a/aspnet/Tooltip/Customization.md b/aspnet/Tooltip/Customization.md
index 4c49ca1fe..212bf70f5 100644
--- a/aspnet/Tooltip/Customization.md
+++ b/aspnet/Tooltip/Customization.md
@@ -1,14 +1,14 @@
---
layout: post
title: Customization | Tooltip | ASP.NET | Syncfusion
-description: Customization in Tooltip widget for Syncfusion Essential ASP
+description: Learn here about customization support in Syncfusion Essential ASP.NET Web Forms Tooltip, its elements, and more.
platform: aspnet
control: Tooltip
documentation: ug
keywords : Tooltip, ASP Tooltip, ASP Tooltip,ASP Tooltip widget, ASP Tooltip template,ASP Tooltip title, ASP Tooltip Animation, ASP Tooltip Content, ASP Tooltip Close mode
---
-# Customization
+# Customization in ASP.NET Web Forms Tooltip
## Template Support
@@ -133,7 +133,7 @@ None (Default)
No effect takes place
|
-Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
+Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/api/js/ejtooltip#members:animation) property:
{% highlight html %}
@@ -149,7 +149,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http://
### Custom Animation
-Custom animation effect for both Tooltip show/hide can also be done by [show](http://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](http://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
+Custom animation effect for both Tooltip show/hide can also be done by [show](https://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](https://help.syncfusion.com/api/js/ejtooltip#methods:hide) method.
Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip.
@@ -229,7 +229,7 @@ Tooltip will be hidden when mouse leaves the target element.
### Auto
-The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
+The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/api/js/ejtooltip#members:autoclosetimeout).
Let see an example, this Tooltip will only hide after hovering the target for 2000ms