Skip to content

SEO-187952 ASPNET HTTP to HTTPS #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnet/Kanban/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -121,7 +121,7 @@ You can bind data to the Kanban control by either locally or remotely. Assign th

![ASPNET Kanban Getting-Started image2](Getting-Started_images/Getting_Started_img2.png)

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

Expand Down Expand Up @@ -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 %}

Expand Down
4 changes: 2 additions & 2 deletions aspnet/RichTextEditor/Image-and-File-browser.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -91,7 +91,7 @@ public static object FileActionDefault(string ActionType, string Path, string Ex
![Image from Your Computer](ImageandFilebrowser_images/ImageandFilebrowser_img2.png)


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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions aspnet/RichTextEditor/User-Interface.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,11 +21,11 @@ However, in most integrations, it's desirable to change the toolbar configuratio
<th> Description <br/><br/></th>
</tr>
<tr>
<td> {{'[toolsList](http://help.syncfusion.com/js/api/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
<td> {{'[toolsList](https://help.syncfusion.com/api/js/ejrte#members:toolslist)'| markdownify }} <br/><br/></td>
<td> The toolsList option allows you to choose which tools appear on the toolbar, as well as the order and grouping of those items <br/><br/></td>
</tr>
<tr>
<td> {{'[tools](http://help.syncfusion.com/js/api/ejrte#members:tools)'| markdownify }} <br/><br/></td>
<td> {{'[tools](https://help.syncfusion.com/api/js/ejrte#members:tools)'| markdownify }} <br/><br/></td>
<td> 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.<br/><br/></td>
</tr>
</table>
Expand Down
8 changes: 4 additions & 4 deletions aspnet/SpreadSheet/Open-and-Save.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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 %}

Expand Down
6 changes: 3 additions & 3 deletions aspnet/Tab/Integration-with-other-controls.md
Original file line number Diff line number Diff line change
@@ -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:

<http://help.syncfusion.com/js>
<https://help.syncfusion.com/js/overview>

The following code example explains the rating control creation

Expand Down