Skip to content

SEO-176113-UG-Links-With-Redirects-ASPNET #419

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
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
2 changes: 1 addition & 1 deletion aspnet/DataManager/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The result of the above code example is illustrated as follows.

### OData V4

The OData v4 is an improved version of OData protocols and the DataManager can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer to the [OData documentation](http://www.odata.org/documentation/).
The OData v4 is an improved version of OData protocols and the DataManager can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer to the [OData documentation](https://www.odata.org/documentation/).

You can refer to the following code example for consuming OData v4 services and bind the result to the Grid. In the the following code, crossDomain is enabled to make cross domain request.

Expand Down
4 changes: 2 additions & 2 deletions aspnet/Dialog/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This section helps to understand the getting started of the Dialog widget with t

## Create a Dialog

Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](http://help.syncfusion.com/aspnet/getting-started) documentation.
Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](https://help.syncfusion.com/aspnet/getting-started/manual-integration-of-syncfusion-aspnet-controls) documentation.

Add the following code snippet to the corresponding ASPX page to render the Dialog.

Expand Down Expand Up @@ -78,7 +78,7 @@ The Dialog widget can be hidden on initialize using `ShowOnInit` property which

{% seealso %}

[Button](http://help.syncfusion.com/aspnet/button/getting-started).
[Button](https://help.syncfusion.com/aspnet/button/getting-started).

{% endseealso %}

Expand Down
4 changes: 2 additions & 2 deletions aspnet/Grid/Enable-Persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion aspnet/WaitingPopUp/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can give the Username and Password in the login page. When you click the L

### Create Waiting Popup

You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](http://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation.
You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](https://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation.

 Create an aspx page and add the following code to the aspx file.

Expand Down