Skip to content
Open
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 aspnetmvc/Chart/Data-Markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,4 +573,4 @@ The following code example shows how to enable smart labels,
![](Data-Markers_images/Data-Markers_img12.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/pie) here to view the SmartLabel online demo sample.
[Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the SmartLabel online demo sample.
8 changes: 4 additions & 4 deletions aspnetmvc/Grid/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The following output is displayed as a result of the above code example.

See Also

For more information on creating and consuming Entity Framework, please refer this [link]( https://www.asp.net/mvc/overview/getting-started/getting-started-with-ef-using-mvc).
For more information on creating and consuming Entity Framework, please refer this [link]( https://dotnet.microsoft.com/en-us/apps/aspnet).


## LINQ to SQL
Expand Down Expand Up @@ -223,7 +223,7 @@ The following output is displayed as a result of the above code example.

See Also

For more information on using LINQ to SQL please refer to this [link]( http://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)
For more information on using LINQ to SQL please refer to this [link]( https://weblogs.asp.net/scottgu/using-linq-to-sql-part-1)


## ITypedList Binding
Expand Down Expand Up @@ -321,7 +321,7 @@ The following output is displayed as a result of the above code example.

See Also

For more information on ITypedList interface please refer to this [link](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist?redirectedfrom=MSDN).
For more information on ITypedList interface please refer to this [link](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.itypedlist?view=net-7.0&redirectedfrom=MSDN).

## Complex Binding

Expand Down Expand Up @@ -735,7 +735,7 @@ The following code example describes the above behavior.
{% endhighlight %}
{% endtabs %}

N> To add custom headers to the DataManager through JavaScript, refer to this [link]( https://www.syncfusion.com/kb/5963)
N> To add custom headers to the DataManager through JavaScript, refer to this [link]( https://support.syncfusion.com/kb/article/5602/how-to-send-custom-headers-to-server-using-datamanager-in-net-mvc-)

The following output is displayed as a result of the above code example.

Expand Down