From ed211185e7a40549cbe8434905c64d8f634285c3 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:14:17 +0300 Subject: [PATCH 1/2] SEO-179239-Redirect-Links-Webforms --- aspnet/DatePicker/Getting-Started.md | 12 ++++++------ aspnet/Grid/Data-Binding.md | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/aspnet/DatePicker/Getting-Started.md b/aspnet/DatePicker/Getting-Started.md index 1445f0c7e..689bed682 100644 --- a/aspnet/DatePicker/Getting-Started.md +++ b/aspnet/DatePicker/Getting-Started.md @@ -16,11 +16,11 @@ To create a web application and to add necessary assemblies you can use the help CSS file -* [ej.web.all.min.css](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css) - includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](http://help.syncfusion.com/js/theming-in-essential-javascript-components#)) +* [ej.web.all.min.css](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/flat-azure/ej.web.all.min.css) - includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](https://help.syncfusion.com/js/theming-in-essential-javascript-components)) External script files -* [jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0) +* [jQuery](https://jquery.com/) (from the version 1.7.1 to 3.1.0) N> From V13.4.0.53 onwards, jQuery.globalize.min.js file has been replaced with our script file ej.globalize.min.js to support the globalization for our widgets. For version lower than 13.4.0.53, refer jQuery.globalize.min.js. jQuery.easing external dependency has been removed from version 14.3.0.49 onwards. Kindly include this jQuery.easing dependency for versions lesser than 14.3.0.49 in order to support animation effects. @@ -51,7 +51,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJWEB comp * [ej.web.all.min.js](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ej.web.all.min.js) - includes all web widgets. -N> In production, we highly recommend you to use our [custom script generator](http://helpjs.syncfusion.com/js/include-only-the-needed-widgets#) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. +N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. Below is a simple site master page with required CSS and script references added to create EJWEB DatePicker in ASP.NET WEB application @@ -137,11 +137,11 @@ In ASP.NET to bind all the data sources to their server controls, we can use Pag {% endhighlight %} -N> Existing EJWEB DatePicker instance can be created by [jQuery.data()](http://api.jquery.com/jQuery.data/#) and you can control the API's of DatePicker behavior. +N> Existing EJWEB DatePicker instance can be created by [jQuery.data()](https://api.jquery.com/jQuery.data/) and you can control the API's of DatePicker behavior. ## DatePicker events -You can handle the all available [Client side events](http://help.syncfusion.com/js/api/ejdatepicker#events) in Essential JavaScript DatePicker. Refer the below code example to use the client side event in EJWEB DatePicker +You can handle the all available [Client side events](https://help.syncfusion.com/api/js/ejdatepicker#events) in Essential JavaScript DatePicker. Refer the below code example to use the client side event in EJWEB DatePicker {% highlight html %} @@ -169,4 +169,4 @@ In Code Behind page, {% endhighlight %} -Also, EJWEB DatePicker components have support with server side events please refer the [Server Side Events](http://help.syncfusion.com/aspnet/datepicker/server-side-events) section to know about available server side events in this component. \ No newline at end of file +Also, EJWEB DatePicker components have support with server side events please refer the [Server Side Events](https://help.syncfusion.com/aspnet/datepicker/server-side-events) section to know about available server side events in this component. \ No newline at end of file diff --git a/aspnet/Grid/Data-Binding.md b/aspnet/Grid/Data-Binding.md index 31c135a93..bb10631b9 100644 --- a/aspnet/Grid/Data-Binding.md +++ b/aspnet/Grid/Data-Binding.md @@ -66,7 +66,7 @@ The following output is displayed as a result of the above code example. ![ASPNET Grid Data Binding](Data-Binding_images/Data-Binding_img1.png) {% seealso %} -Refer to this [link](https://docs.microsoft.com/en-us/previous-versions/dz12d98w(v=vs.140)) for more information on SqlDataSource. +Refer to this [link](https://learn.microsoft.com/en-us/previous-versions/dz12d98w(v=vs.140)) for more information on SqlDataSource. {% endseealso %} @@ -168,7 +168,7 @@ The following output is displayed as a result of the above code example. ![ASPNET Grid ObjectDataSource](Data-Binding_images/Data-Binding_img2.png) {% seealso %} -Refer to this [link](https://docs.microsoft.com/en-us/previous-versions/9a4kyhcx(v=vs.140)) for more information on ObjectDataSource. +Refer to this [link](https://learn.microsoft.com/en-us/previous-versions/9a4kyhcx(v=vs.140)) for more information on ObjectDataSource. {% endseealso %} ### XmlDataSource @@ -208,7 +208,7 @@ The following output is displayed as a result of the above code example. ![ASPNET Grid XmlDataSource](Data-Binding_images/Data-Binding_img3.png) {% seealso %} -Refer to this [link](https://docs.microsoft.com/en-us/previous-versions/494y92bs(v=vs.140)) for more information on XmlDataSource +Refer to this [link](https://learn.microsoft.com/en-us/previous-versions/494y92bs(v=vs.140)) for more information on XmlDataSource {% endseealso %} @@ -267,7 +267,7 @@ The following output is displayed as a result of the above code example. ## IEnumerable -The Grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://docs.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?redirectedfrom=MSDN&view=net-6.0) interface. It can be assigned to Grid’s `DataSource` property. +The Grid can be bound with either non-generic collection or generic collection that implements [IEnumerable](https://learn.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?redirectedfrom=MSDN&view=net-6.0) interface. It can be assigned to Grid’s `DataSource` property. The following code example describes the above behavior. @@ -351,7 +351,7 @@ The following output is displayed as a result of the above code example. ![ASPNET Grid EntityFramework](Data-Binding_images/Data-Binding_img6.png) {% seealso %} -For more information on creating and consuming Entity Framework, please refer this [link]( http://www.asp.net/web-forms/overview/older-versions-getting-started/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-1) +For more information on creating and consuming Entity Framework, please refer this [link](https://learn.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-getting-started/getting-started-with-ef/the-entity-framework-and-aspnet-getting-started-part-1) {% endseealso %} ## LINQ to SQL @@ -396,7 +396,7 @@ The following output is displayed as a result of the above code example. {% seealso %} -For more information on using LINQ to SQL please refer to the [link](http://weblogs.asp.net/scottgu/using-linq-to-sql-part-1) +For more information on using LINQ to SQL please refer to the [link](https://weblogs.asp.net/scottgu/using-linq-to-sql-part-1) {% endseealso %} ## DataTable @@ -472,7 +472,7 @@ ITypedList provides functionality to discover the schema for a bind-able list, w To implement ITypedList binding, create a generic type named class that derives from ITypedList interface. Define the named class based on properties descriptor of the Grid Model class, to return list according to the custom implementation. -For more information on ITypedList interface you can refer [here](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist?redirectedfrom=MSDN&view=net-6.0) +For more information on ITypedList interface you can refer [here](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist?redirectedfrom=MSDN&view=net-6.0) Create a collection of ITypedList and bind it to Grid using `DataSource` property. The following code example describes the above behavior. @@ -594,7 +594,7 @@ The following output is displayed as a result of the above code example. WCF Data Services is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational state transfer (REST). -To create WCF Data Service in your web application refer [here](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework?view=vs-2015&redirectedfrom=MSDN) +To create WCF Data Service in your web application refer [here](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework?view=vs-2015&redirectedfrom=MSDN) To consume OData service, set the service link to the `URL` property of `DataManager` which is a nested property of Grid Control. From 2febe7a1a86dc10e9627a3729913bdf315426030 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:48:36 +0300 Subject: [PATCH 2/2] Update Installation-Errors.md --- aspnet/Installation/Installation-Errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Installation/Installation-Errors.md b/aspnet/Installation/Installation-Errors.md index 5ce39fcf0..7e1ec43ac 100644 --- a/aspnet/Installation/Installation-Errors.md +++ b/aspnet/Installation/Installation-Errors.md @@ -32,7 +32,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer. ### Suggested solution -Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](http://syncfusion.com/kb/2326) article. +Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) article. ## License has expired