Skip to content

Commit 09e9625

Browse files
committed
resolved
1 parent 8ebd69f commit 09e9625

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

aspnet/DropDownList/DataBinding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Data binding in ASP.NET WebForms Dropdown List | Syncfusion
3+
title: Data binding in ASP.NET Web Forms Dropdown List | Syncfusion
44
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
@@ -404,7 +404,7 @@ N> In both modes, set of items will be fetched based on the count specified in t
404404
{% highlight c# %}
405405
protected void Page_Load(object sender, EventArgs e)
406406
{
407-
DropDownList1.DataSource = "https://ej2.syncfusion.com/home/javascript.html";
407+
DropDownList1.DataSource = "http://mvc.syncfusion.com/Services/Northwnd.svc/Orders";
408408
}
409409
410410
{% endhighlight %}

aspnet/DropDownList/Functionalities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Functionalities in ASP.NET Web Forms Dropdown List | Syncfusion
4-
description: Learn here all about Functionalities in Syncfusion ASP.NET Web Forms Dropdown List component of Syncfusion Essential JS 2 and more.
4+
description: Learn here all about functionalities in Syncfusion ASP.NET Web Forms Dropdown List control, it's elements, and more.
55
platform: aspnet
66
control: DropDownList
77
documentation: ug
@@ -305,7 +305,7 @@ I> To use "SelectedIndices" property, you should enable either ShowCheckbox or M
305305

306306
### Unselect items
307307

308-
Similarly, you can unselect a single or multiple items by using [unselectItemByValue](https://help.syncfusion.com/api/js/ejdropdownlist#methods:unselectitembyvalue)) or [unselectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](https://help.syncfusion.com/api/js/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
308+
Similarly, you can unselect a single or multiple items by using [unselectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyvalue) or [unselectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembyindices) or [unselectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:unselectitembytext) methods. This will remove the selection state of the corresponding data item from the popup list and textbox.
309309

310310
{% tabs %}
311311

aspnet/DropDownList/Validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Validation in ASP.NET WebForm Dropdown List control | Syncfusion
4-
description: Learn here all about ports support in Syncfusion Essential ASP.NET Webforms Dropdown List Control, its elements, and more.
3+
title: Validation in ASP.NET Web Forms Dropdown List Control | Syncfusion
4+
description: Learn here all about ports support 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: Validation, DropDownList, dropdown, jQuery Validator, ASP Validator
99

1010
---
1111

12-
# Validation in ASP.NET Web Form Dropdown List control
12+
# Validation in ASP.NET Web Forms Dropdown List Control
1313

1414
DropDownList value can be validated in two ways,
1515
1. Using jQuery Validator
@@ -19,7 +19,7 @@ DropDownList value can be validated in two ways,
1919

2020
You can validate the DropDownList value on form submission using jQuery Validator, by applying “ValidationRules” and “ValidationMessage” to the DropDownList.
2121

22-
N> [jquery.validate.min] script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation).
22+
N> [jquery.validate.min](http://cdn.syncfusion.com/js/assets/external/jquery.validate.min.js) script file should be referred for validation, for more details, refer [here](http://jqueryvalidation.org/documentation).
2323

2424
### Validation Rules
2525

aspnet/PdfViewer/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Getting Started | PDF viewer | ASP.NET Webforms | Syncfusion
4-
description: Learn here about getting started with Syncfusion ASP.NET Webforms PDF viewer control and more details.
3+
title: Getting Started | PDF Viewer | ASP.NET Web Forms | Syncfusion
4+
description: Learn here about getting started with Syncfusion ASP.NET Web Forms PDF Viewer control and more details.
55
platform: aspnet
66
control: PDF viewer
77
documentation: ug
88
---
99

1010

11-
# Getting Started with ASP.NET Webforms PDF viewer
11+
# Getting Started with ASP.NET Web Forms PDF Viewer
1212

1313
This section explains how to add and use a PDF viewer control in your web application with ASP.NET Web Forms.
1414

0 commit comments

Comments
 (0)