Skip to content

Commit f3b2585

Browse files
Merge pull request #449 from syncfusion-content/SEO-179239-Redirect-Links-Webforms
SEO-179239-Redirect-Links-Webforms
2 parents c718d48 + 2febe7a commit f3b2585

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

aspnet/DatePicker/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ To create a web application and to add necessary assemblies you can use the help
1616

1717
CSS file
1818

19-
* [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#))
19+
* [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))
2020

2121
External script files
2222

23-
* [jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0)
23+
* [jQuery](https://jquery.com/) (from the version 1.7.1 to 3.1.0)
2424

2525
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.
2626

@@ -51,7 +51,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJWEB comp
5151

5252
* [ej.web.all.min.js](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ej.web.all.min.js) - includes all web widgets.
5353

54-
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.
54+
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.
5555

5656
Below is a simple site master page with required CSS and script references added to create EJWEB DatePicker in ASP.NET WEB application
5757

@@ -137,11 +137,11 @@ In ASP.NET to bind all the data sources to their server controls, we can use Pag
137137

138138
{% endhighlight %}
139139

140-
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.
140+
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.
141141

142142
## DatePicker events
143143

144-
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
144+
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
145145

146146

147147
{% highlight html %}
@@ -169,4 +169,4 @@ In Code Behind page,
169169

170170
{% endhighlight %}
171171

172-
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.
172+
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.

aspnet/Grid/Data-Binding.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following output is displayed as a result of the above code example.
6666
![ASPNET Grid Data Binding](Data-Binding_images/Data-Binding_img1.png)
6767

6868
{% seealso %}
69-
Refer to this [link](https://docs.microsoft.com/en-us/previous-versions/dz12d98w(v=vs.140)) for more information on SqlDataSource.
69+
Refer to this [link](https://learn.microsoft.com/en-us/previous-versions/dz12d98w(v=vs.140)) for more information on SqlDataSource.
7070
{% endseealso %}
7171

7272

@@ -168,7 +168,7 @@ The following output is displayed as a result of the above code example.
168168
![ASPNET Grid ObjectDataSource](Data-Binding_images/Data-Binding_img2.png)
169169

170170
{% seealso %}
171-
Refer to this [link](https://docs.microsoft.com/en-us/previous-versions/9a4kyhcx(v=vs.140)) for more information on ObjectDataSource.
171+
Refer to this [link](https://learn.microsoft.com/en-us/previous-versions/9a4kyhcx(v=vs.140)) for more information on ObjectDataSource.
172172
{% endseealso %}
173173

174174
### XmlDataSource
@@ -208,7 +208,7 @@ The following output is displayed as a result of the above code example.
208208
![ASPNET Grid XmlDataSource](Data-Binding_images/Data-Binding_img3.png)
209209

210210
{% seealso %}
211-
Refer to this [link](https://docs.microsoft.com/en-us/previous-versions/494y92bs(v=vs.140)) for more information on XmlDataSource
211+
Refer to this [link](https://learn.microsoft.com/en-us/previous-versions/494y92bs(v=vs.140)) for more information on XmlDataSource
212212
{% endseealso %}
213213

214214

@@ -267,7 +267,7 @@ The following output is displayed as a result of the above code example.
267267

268268
## IEnumerable
269269

270-
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.
270+
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.
271271

272272
The following code example describes the above behavior.
273273

@@ -351,7 +351,7 @@ The following output is displayed as a result of the above code example.
351351
![ASPNET Grid EntityFramework](Data-Binding_images/Data-Binding_img6.png)
352352

353353
{% seealso %}
354-
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)
354+
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)
355355
{% endseealso %}
356356

357357
## LINQ to SQL
@@ -396,7 +396,7 @@ The following output is displayed as a result of the above code example.
396396

397397

398398
{% seealso %}
399-
For more information on using LINQ to SQL please refer to the [link](http://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)
399+
For more information on using LINQ to SQL please refer to the [link](https://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)
400400
{% endseealso %}
401401

402402
## DataTable
@@ -472,7 +472,7 @@ ITypedList provides functionality to discover the schema for a bind-able list, w
472472

473473
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.
474474

475-
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)
475+
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)
476476
Create a collection of ITypedList and bind it to Grid using `DataSource` property.
477477

478478
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.
594594

595595
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).
596596

597-
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)
597+
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)
598598

599599
To consume OData service, set the service link to the `URL` property of `DataManager` which is a nested property of Grid Control.
600600

aspnet/Installation/Installation-Errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer.
3232

3333
### Suggested solution
3434

35-
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.
35+
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.
3636

3737

3838
## License has expired

0 commit comments

Comments
 (0)