You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet/Diagram/Port.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Ports in ASP.NET Webforms Diagram Control | Syncfusion
4
-
description: Learn here all about ports support in Syncfusion Essential ASP.NET Webforms Diagram Control, its elements, and more.
3
+
title: Ports in ASP.NET Web Forms Diagram Control | Syncfusion
4
+
description: Learn here all about ports support in Syncfusion Essential ASP.NET Web Forms Diagram Control, its elements, and more.
5
5
platform: aspnet
6
6
control: Diagram
7
7
documentation: ug
8
8
---
9
9
10
-
# Ports in ASP.NET Webforms Diagram
10
+
# Ports in ASP.NET Web Forms Diagram Control
11
11
12
12
Essential Diagram for ASP.NET provides support to define custom ports for making connections.
13
13
@@ -77,7 +77,7 @@ You can add ports at runtime by using the client side method `addPorts`. The fol
77
77
78
78

79
79
80
-
To explore the set of properties for defining a port, refer to [Port Properties](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Port.html"Port Properties")
80
+
To explore the set of properties for defining a port, refer to [Port Properties](https://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Port.html"Port Properties")
Copy file name to clipboardExpand all lines: aspnet/DropDownList/DataBinding.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
layout: post
3
-
title: Data binding in DropDownList | Syncfusion | ASP.NET WebForms
4
-
description: Describes about the data binding in DropDownList control for Syncfusion ASP.NET WebForm
3
+
title: Data binding in ASP.NET Web Forms Dropdown List | Syncfusion
4
+
description: Learn here about data binding in Syncfusion Essential ASP.NET Web Forms Dropdown List control, its elements, and more.
5
5
platform: aspnet
6
6
control: DropDownList
7
7
documentation: ug
8
8
keywords: DropDownList, dropdown, data binding, Local data, Remote data
9
9
---
10
10
11
-
# Data Binding
11
+
# Data binding in ASP.NET Web Forms Dropdown List
12
12
13
-
To populate data in the DropDownList widget, define [dataSource](http://help.syncfusion.com/js/api/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.
13
+
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.
@@ -305,7 +305,7 @@ I> To use "SelectedIndices" property, you should enable either ShowCheckbox or M
305
305
306
306
### Unselect items
307
307
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.
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.
Copy file name to clipboardExpand all lines: aspnet/PdfViewer/GettingStarted.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
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 with ASP.NET Web Forms PDF Viewer | Syncfusion
4
+
description: Learn here about getting started with Syncfusion Essential ASP.NET Web Forms PDF Viewer control, it's elements, and more details.
5
5
platform: aspnet
6
6
control: PDF viewer
7
7
documentation: ug
8
8
---
9
9
10
10
11
-
# Getting Started
11
+
# Getting Started with ASP.NET Web Forms PDF Viewer
12
12
13
13
This section explains how to add and use a PDF viewer control in your web application with ASP.NET Web Forms.
14
14
@@ -45,14 +45,14 @@ Add below references, which are necessary for the PDF viewer control, to the pro
45
45
* Syncfusion.EJ.PdfViewer
46
46
* Syncfusion.EJ.Web
47
47
48
-
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key"Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET application to use our components.
48
+
N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview"Syncfusion Licensing Overview") to know about registering Syncfusion license key in your ASP.NET application to use our components.
49
49
50
50
**Add Scripts and Styles**
51
51
52
52
You can find the scripts for PDF viewer control and style sheets in any of the following locations:
53
-
Local Disk:[Click here](https://help.syncfusion.com/js/installation-and-deployment#"Installation and deployment")to know more about script and style sheets installed in local machine.
54
-
CDN Link:[Click here](https://help.syncfusion.com/js/cdn#"CDN scripts and styles links")to know more about script and style sheets available online.
55
-
NuGet Package:[Click here](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-nuget-packages"Configuring Syncfusion NuGet Packages")to know more about script and style sheets available in NuGet package.
53
+
Local Disk:[Installation and deployment](https://help.syncfusion.com/js/configuration-and-deployment)to know more about script and style sheets installed in local machine.
54
+
CDN Link:[CDN scripts and styles links](https://help.syncfusion.com/js/cdn#)to know more about script and style sheets available online.
55
+
NuGet Package:[Configuring Syncfusion.NuGet Packages](https://help.syncfusion.com/js/nuget-packages)to know more about script and style sheets available in NuGet package.
56
56
57
57
Add the script files and CSS files in the <title> tag of Default.aspx.
58
58
@@ -62,7 +62,7 @@ Add the script files and CSS files in the <title> tag of Default.aspx.
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/include-only-the-needed-widgets#"customscriptgenerator") to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
65
+
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
0 commit comments