Skip to content

Commit 179bda5

Browse files
committed
Comment resolved
1 parent 6a27ae2 commit 179bda5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnet/DropDownList/DataBinding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Data binding in DropDownList | Syncfusion | ASP.NET WebForms
4-
description: Learn here about data binding with Syncfusion Essential ASP.NET Web Forms dropdownList control, its elements, and more.
3+
title: Data binding in ASP.NET WebForms DropDown List | Syncfusion
4+
description: Learn here about data binding in Syncfusion Essential ASP.NET Web Forms dropdown List control, its elements, and more.
55
platform: aspnet
66
control: DropDownList
77
documentation: ug
88
keywords: DropDownList, dropdown, data binding, Local data, Remote data
99
---
1010

11-
# ASP.NET Web Forms DropDownList Data Binding
11+
# Data binding in ASP.NET Web Forms DropDown List
1212

1313
To populate data in the DropDownList widget, define [dataSource](https://help.syncfusion.com/api/js/ejdropdownlist#members:datasource) property with associated fields. In DropDownList, can bind either local array or OData, WebApi and other [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer) services.
1414

@@ -379,7 +379,7 @@ It loads the data on scrolling the list of items. This can be achieved by settin
379379
{% highlight c# %}
380380
protected void Page_Load(object sender, EventArgs e)
381381
{
382-
DropDownList1.DataSource = "https://ej2.syncfusion.com/home/javascript.html";
382+
DropDownList1.DataSource = "http://mvc.syncfusion.com/Services/Northwnd.svc/Orders";
383383
}
384384
385385
{% endhighlight %}

0 commit comments

Comments
 (0)