Skip to content

SEO-173775 ASP.NET MVC Page with Redirect #351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v22.2.5
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions aspnetmvc/Grid/Data-Binding.md
Original file line number Diff line number Diff line change
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 @@ -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