diff --git a/aspnet/Diagram/Port.md b/aspnet/Diagram/Port.md index 9ff51fa9c..c393acac6 100644 --- a/aspnet/Diagram/Port.md +++ b/aspnet/Diagram/Port.md @@ -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. @@ -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 diff --git a/aspnet/DropDownList/DataBinding.md b/aspnet/DropDownList/DataBinding.md index c591b9012..7dbf66ad8 100644 --- a/aspnet/DropDownList/DataBinding.md +++ b/aspnet/DropDownList/DataBinding.md @@ -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 diff --git a/aspnet/DropDownList/Functionalities.md b/aspnet/DropDownList/Functionalities.md index 3e6ca4b93..e31cfefd3 100644 --- a/aspnet/DropDownList/Functionalities.md +++ b/aspnet/DropDownList/Functionalities.md @@ -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 @@ -28,7 +28,7 @@ The following API’s, select the items in the DropDownList via text or value or - {{'[value](http://help.syncfusion.com/js/api/ejdropdownlist#members:value)'| markdownify }} + {{'[value](https://help.syncfusion.com/api/js/ejdropdownlist#members:value)'| markdownify }}
@@ -39,7 +39,7 @@ The following API’s, select the items in the DropDownList via text or value or - {{'[text](http://help.syncfusion.com/js/api/ejdropdownlist#members:text)'| markdownify }} + {{'[text](https://help.syncfusion.com/api/js/ejdropdownlist#members:text)'| markdownify }}
@@ -50,7 +50,7 @@ The following API’s, select the items in the DropDownList via text or value or - {{'[selectedIndex](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindex)'| markdownify }} + {{'[selectedIndex](https://help.syncfusion.com/api/js/ejdropdownlist#members:selectedindex)'| markdownify }}
@@ -60,7 +60,7 @@ The following API’s, select the items in the DropDownList via text or value or - {{'[selectedIndices](http://help.syncfusion.com/js/api/ejdropdownlist#members:selectedindices)'| markdownify }} + {{'[selectedIndices](https://help.syncfusion.com/api/js/ejdropdownlist#members:selectedindices)'| markdownify }}
@@ -88,7 +88,7 @@ The following methods, select the items in the DropDownList. - {{'[selectItemByIndices](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyindices)'| markdownify }} + {{'[selectItemByIndices](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectitembyindices)'| markdownify }}
@@ -97,7 +97,7 @@ The following methods, select the items in the DropDownList. - {{'[selectItemByText](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectItemByText)'| markdownify }} + {{'[selectItemByText](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectItemByText)'| markdownify }}
@@ -106,7 +106,7 @@ The following methods, select the items in the DropDownList. - {{'[selectItemByValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:selectitembyvalue)'| markdownify }} + {{'[selectItemByValue](https://help.syncfusion.com/api/js/ejdropdownlist#methods:selectitembyvalue)'| markdownify }}
@@ -131,7 +131,7 @@ The following methods, used to retrieve the items from the DropDownList. - {{'[getListData](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getlistdata)'| markdownify }} + {{'[getListData](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getlistdat)'| markdownify }}
@@ -140,7 +140,7 @@ The following methods, used to retrieve the items from the DropDownList. - {{'[getSelectedItem](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getselecteditem)'| markdownify }} + {{'[getSelectedItem](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getselecteditem)'| markdownify }}
@@ -149,7 +149,7 @@ The following methods, used to retrieve the items from the DropDownList. - {{'[getSelectedValue](http://help.syncfusion.com/js/api/ejdropdownlist#methods:getSelectedValue)'| markdownify }} + {{'[getSelectedValue](https://help.syncfusion.com/api/js/ejdropdownlist#methods:getSelectedValue)'| markdownify }}
@@ -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 %} diff --git a/aspnet/DropDownList/Validation.md b/aspnet/DropDownList/Validation.md index 6c870a91d..fa1ee9a1d 100644 --- a/aspnet/DropDownList/Validation.md +++ b/aspnet/DropDownList/Validation.md @@ -1,7 +1,7 @@ --- 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 @@ -9,7 +9,7 @@ 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 diff --git a/aspnet/PdfViewer/GettingStarted.md b/aspnet/PdfViewer/GettingStarted.md index 1bafc7b12..4f0386b92 100644 --- a/aspnet/PdfViewer/GettingStarted.md +++ b/aspnet/PdfViewer/GettingStarted.md @@ -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. @@ -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 <title> tag of Default.aspx. @@ -62,7 +62,7 @@ Add the script files and CSS files in the <title> tag of Default.aspx. {% 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 diff --git a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png b/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png index 9f6c242ac..e7fc00273 100644 Binary files a/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png and b/aspnet/PdfViewer/Gettingstarted_images/Gettingstarted_img5.png differ