diff --git a/aspnet/DataManager/Data-Binding.md b/aspnet/DataManager/Data-Binding.md index 728d2794..8418045a 100644 --- a/aspnet/DataManager/Data-Binding.md +++ b/aspnet/DataManager/Data-Binding.md @@ -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. diff --git a/aspnet/Dialog/Getting-Started.md b/aspnet/Dialog/Getting-Started.md index 2b523d8e..1136a412 100644 --- a/aspnet/Dialog/Getting-Started.md +++ b/aspnet/Dialog/Getting-Started.md @@ -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. @@ -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 %}