Skip to content

Commit 479a2bd

Browse files
committed
updated links
1 parent 5081441 commit 479a2bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aspnetmvc/DropDownList/Getting-Started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
layout: post
3-
title: Getting started with DropDownList control for Syncfusion ASP.NET MVC
4-
description: To get start with DropDownList by adding references.
3+
title: Getting Started with ASP.NET MVC DropDownList control | Syncfusion
4+
description: Learn here more about getting started with Syncfusion Essential ASP.NET MVC DropdownList Control, its elements, and more.
55
platform: ejmvc
66
control: DropDownList
77
documentation: ug
88
keywords: DropDownList, dropdown, Populating data
99
---
1010

11-
# Getting Started
11+
# Getting Started with ASP.NET MVC DropdownList
1212

1313
## Creating your first DropDownList in MVC application
1414

15-
1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
15+
1. Create an MVC Project and add necessary assemblies, scripts and CSS files given in [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started#manual-integration-of-syncfusion-mvc-components-into-newexisting-mvc-applications) Documentation.
1616

1717
2. Add DropDownList control using the helper from EJ namespace.
1818

@@ -28,7 +28,7 @@ keywords: DropDownList, dropdown, Populating data
2828

2929
## Populating data
3030

31-
The DropDownList can be bounded to any local list data and remote data services. You can use [DataManager](http://help.syncfusion.com/js/datamanager/overview) component to serve data from the data services based on the query provided.You can bind data locally from controller also. To render the DropDownList items, map the DropDownListFields with corresponding Fields <br/>
31+
The DropDownList can be bounded to any local list data and remote data services. You can use [DataManager](https://help.syncfusion.com/js/datamanager/overview) component to serve data from the data services based on the query provided.You can bind data locally from controller also. To render the DropDownList items, map the DropDownListFields with corresponding Fields <br/>
3232

3333

3434
{% highlight html %}

0 commit comments

Comments
 (0)