From cc81d0645457ad4ff4f8fea842a8f8cc89af4ef5 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:38:51 +0300 Subject: [PATCH] SEO-173775 ASP.NET MVC Page with Redirect --- aspnetmvc/Grid/Data-Binding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetmvc/Grid/Data-Binding.md b/aspnetmvc/Grid/Data-Binding.md index 56f39b42..b3f4f3ea 100644 --- a/aspnetmvc/Grid/Data-Binding.md +++ b/aspnetmvc/Grid/Data-Binding.md @@ -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 @@ -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.