From 14e8905d7ea0d6da175566ff8985bb35fdea234e Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 3 May 2023 16:26:04 +0300 Subject: [PATCH] ASP.NET MVC Redirect --- aspnetmvc/ListView/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/ListView/Getting-Started.md b/aspnetmvc/ListView/Getting-Started.md index 418187bf..0dc8888e 100644 --- a/aspnetmvc/ListView/Getting-Started.md +++ b/aspnetmvc/ListView/Getting-Started.md @@ -25,7 +25,7 @@ The following steps guide you to add a ListView control in a MVC application. ## Create a simple ListView -1. You can create a MVC Project and add necessary Dll’s and Scripts with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/listview/getting-started) Documentation. +1. You can create a MVC Project and add necessary Dll’s and Scripts with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/listview/getting-started) Documentation. 2. You need to add the class in the Models. Define the Class with key and text field. Then create a List of that class and add the data. {% highlight c# %}