Skip to content

SEO-187924-ASP.NET-Web-Forms-PdfViewer-HTTP-to-HTPPS #534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6ec0187
SEO-187924-ASP.NET-Web-Forms-PdfViewer-HTTP-to-HTPPS
Faith-Atieno Aug 21, 2024
672b2be
SEO-187924-ASP.NET-Web-Forms-PdfViewer-HTTP-to-HTPPS
Faith-Atieno Aug 21, 2024
169279d
ci resolved
Faith-Atieno Aug 21, 2024
dacb7eb
image size error resolve
Faith-Atieno Aug 21, 2024
d9cef42
ci resolved
Faith-Atieno Aug 22, 2024
fef9538
ci issues
Faith-Atieno Aug 22, 2024
c527734
Ci resolved
Faith-Atieno Aug 22, 2024
61b568e
ci resolved
Faith-Atieno Aug 22, 2024
c3592b0
ci resolved
Faith-Atieno Aug 22, 2024
f73699b
ci resolved
Faith-Atieno Aug 22, 2024
f8fff9d
Revert "ci resolved"
Faith-Atieno Aug 23, 2024
3087370
comment resolved
Faith-Atieno Aug 23, 2024
b575dbb
resolved
Faith-Atieno Aug 23, 2024
0490ea5
Revert "resolved"
Faith-Atieno Aug 27, 2024
c759035
Ci resolved
Faith-Atieno Sep 3, 2024
dea2eda
Comment resolved
Faith-Atieno Sep 13, 2024
6a27ae2
Ci resolved
Faith-Atieno Sep 13, 2024
179bda5
Comment resolved
Faith-Atieno Sep 16, 2024
1a2db85
Comment resolved
Faith-Atieno Sep 16, 2024
1178a8a
resolved
Faith-Atieno Sep 16, 2024
ce98d19
ci resolved
Faith-Atieno Sep 17, 2024
8ebd69f
Comment resolved
Faith-Atieno Sep 17, 2024
09e9625
resolved
Faith-Atieno Sep 18, 2024
40fe499
ci resolved
Faith-Atieno Sep 18, 2024
099247b
ci resolved
Faith-Atieno Sep 18, 2024
857ff36
ci resolved
Faith-Atieno Sep 18, 2024
a993754
resolved
Faith-Atieno Sep 18, 2024
a9f9fd6
resolved
Faith-Atieno Sep 18, 2024
b343ce7
resolved
Faith-Atieno Sep 18, 2024
535dd77
resolved
Faith-Atieno Sep 18, 2024
1713d0d
resolved
Faith-Atieno Sep 20, 2024
5481e51
resolved
Faith-Atieno Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnet/Diagram/Port.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Ports in ASP.NET Webforms Diagram Control | Syncfusion
description: Learn here all about ports support in Syncfusion Essential ASP.NET Webforms Diagram Control, its elements, and more.
title: Ports in ASP.NET Web Forms Diagram Control | Syncfusion
description: Learn here all about ports support in Syncfusion Essential ASP.NET Web Forms Diagram Control, its elements, and more.
platform: aspnet
control: Diagram
documentation: ug
---

# Ports in ASP.NET Webforms Diagram
# Ports in ASP.NET Web Forms Diagram Control

Essential Diagram for ASP.NET provides support to define custom ports for making connections.

Expand Down Expand Up @@ -77,7 +77,7 @@ You can add ports at runtime by using the client side method `addPorts`. The fol

![add ports to node at runtime](Port_images/Port_img1.png)

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")
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")

### Update Port at runtime

Expand Down
8 changes: 4 additions & 4 deletions aspnet/DropDownList/DataBinding.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
layout: post
title: Data binding in DropDownList | Syncfusion | ASP.NET WebForms
description: Describes about the data binding in DropDownList control for Syncfusion ASP.NET WebForm
title: Data binding in ASP.NET Web Forms Dropdown List | Syncfusion
description: Learn here about data binding in Syncfusion Essential ASP.NET Web Forms Dropdown List control, its elements, and more.
platform: aspnet
control: DropDownList
documentation: ug
keywords: DropDownList, dropdown, data binding, Local data, Remote data
---

# Data Binding
# Data binding in ASP.NET Web Forms Dropdown List

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.
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.

## Fields

Expand Down
28 changes: 14 additions & 14 deletions aspnet/DropDownList/Functionalities.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Functionalities in DropDownList | Syncfusion | ASP.NET WebForms
description: Functionalities in the DropDownList control for Syncfusion ASP.NET WebForm
title: Functionalities in ASP.NET Web Forms Dropdown List | Syncfusion
description: Learn here all about functionalities in Syncfusion ASP.NET Web Forms Dropdown List control, it's elements, and more.
platform: aspnet
control: DropDownList
documentation: ug
keywords: DropDownList, dropdown, Selection, Grouping, Sorting
---
# Functionalities
# Functionalities in ASP.NET Web Forms Dropdown List Control

## Selection

Expand All @@ -28,7 +28,7 @@ The following API’s, select the items in the DropDownList via text or value or
</tr>
<tr>
<td>
{{'[value](http://help.syncfusion.com/js/api/ejdropdownlist#members:value)'| markdownify }}
{{'[value](https://help.syncfusion.com/api/js/ejdropdownlist#members:value)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -39,7 +39,7 @@ The following API’s, select the items in the DropDownList via text or value or
</tr>
<tr>
<td>
{{'[text](http://help.syncfusion.com/js/api/ejdropdownlist#members:text)'| markdownify }}
{{'[text](https://help.syncfusion.com/api/js/ejdropdownlist#members:text)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -50,7 +50,7 @@ The following API’s, select the items in the DropDownList via text or value or
</tr>
<tr>
<td>
{{'[selectedIndex](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindex)'| markdownify }}
{{'[selectedIndex](https://help.syncfusion.com/api/js/ejdropdownlist#members:selectedindex)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -60,7 +60,7 @@ The following API’s, select the items in the DropDownList via text or value or
</tr>
<tr>
<td>
{{'[selectedIndices](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindices)'| markdownify }}
{{'[selectedIndices](https://help.syncfusion.com/api/js/ejdropdownlist#members:selectedindices)'| markdownify }}
<br/>
</td>
<td>
Expand Down Expand Up @@ -88,7 +88,7 @@ The following methods, select the items in the DropDownList.
</tr>
<tr>
<td>
{{'[selectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
{{'[selectItemByIndices](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -97,7 +97,7 @@ The following methods, select the items in the DropDownList.
</tr>
<tr>
<td>
{{'[selectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectItemByText)'| markdownify }}
{{'[selectItemByText](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectItemByText)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -106,7 +106,7 @@ The following methods, select the items in the DropDownList.
</tr>
<tr>
<td>
{{'[selectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
{{'[selectItemByValue](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -131,7 +131,7 @@ The following methods, used to retrieve the items from the DropDownList.
</tr>
<tr>
<td>
{{'[getListData](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getlistdata)'| markdownify }}
{{'[getListData](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getlistdat)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -140,7 +140,7 @@ The following methods, used to retrieve the items from the DropDownList.
</tr>
<tr>
<td>
{{'[getSelectedItem](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getselecteditem)'| markdownify }}
{{'[getSelectedItem](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getselecteditem)'| markdownify }}
<br/>
</td>
<td>
Expand All @@ -149,7 +149,7 @@ The following methods, used to retrieve the items from the DropDownList.
</tr>
<tr>
<td>
{{'[getSelectedValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
{{'[getSelectedValue](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
<br/>
</td>
<td>
Expand Down Expand Up @@ -305,7 +305,7 @@ I> To use "SelectedIndices" property, you should enable either ShowCheckbox or M

### Unselect items

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.
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.

{% tabs %}

Expand Down
6 changes: 3 additions & 3 deletions aspnet/DropDownList/Validation.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Validation in DropDownList control for Syncfusion ASP.NET WebForm
description: Describes about the Validation in DropDownList control for Syncfusion ASP.NET WebForm
title: Validation in ASP.NET Web Forms Dropdown List Control | Syncfusion
description: Learn here all about ports support in Syncfusion Essential ASP.NET Web Forms Dropdown List Control, its elements, and more.
platform: aspnet
control: DropDownList
documentation: ug
keywords: Validation, DropDownList, dropdown, jQuery Validator, ASP Validator

---

# Validation
# Validation in ASP.NET Web Forms Dropdown List Control

DropDownList value can be validated in two ways,
1. Using jQuery Validator
Expand Down
16 changes: 8 additions & 8 deletions aspnet/PdfViewer/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Getting Started | PDF viewer | ASP.NET Webforms | Syncfusion
description: Learn here about getting started with Syncfusion ASP.NET Webforms PDF viewer control and more details.
title: Getting Started with ASP.NET Web Forms PDF Viewer | Syncfusion
description: Learn here about getting started with Syncfusion Essential ASP.NET Web Forms PDF Viewer control, it's elements, and more details.
platform: aspnet
control: PDF viewer
documentation: ug
---


# Getting Started
# Getting Started with ASP.NET Web Forms PDF Viewer

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

Expand Down Expand Up @@ -45,14 +45,14 @@ Add below references, which are necessary for the PDF viewer control, to the pro
* Syncfusion.EJ.PdfViewer
* Syncfusion.EJ.Web

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.
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.

**Add Scripts and Styles**

You can find the scripts for PDF viewer control and style sheets in any of the following locations:
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.
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.
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.
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.
CDN Link: [CDN scripts and styles links](https://help.syncfusion.com/js/cdn#) to know more about script and style sheets available online.
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.

Add the script files and CSS files in the &#60;title&#62; tag of Default.aspx.

Expand All @@ -62,7 +62,7 @@ Add the script files and CSS files in the &#60;title&#62; tag of Default.aspx.
<script src="https://cdn.syncfusion.com/16.1.0.24/js/web/ej.web.all.min.js"></script>
{% endhighlight %}

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# "custom script generator") to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
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.

### Add PDF viewer Control in View page

Expand Down
Binary file modified aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.