From cc57f9d4d8689e65fdee71dc295181e268072e24 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Thu, 9 Mar 2023 22:46:31 +0300 Subject: [PATCH 1/3] made changes --- aspnet/Chart/Trendlines.md | 26 +++++++++++++------------- aspnet/ComboBox/DataBinding.md | 8 ++++---- aspnet/DropDownList/Rendering-Mode.md | 8 ++++---- aspnet/FileExplorer/How-To.md | 6 +++--- aspnet/Treegrid/Searching.md | 4 ++-- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/aspnet/Chart/Trendlines.md b/aspnet/Chart/Trendlines.md index 51ffdcd7c..7d40b7d75 100644 --- a/aspnet/Chart/Trendlines.md +++ b/aspnet/Chart/Trendlines.md @@ -1,13 +1,13 @@ --- layout: post title: Trendlines | Chart | ASP.NET Webforms | Syncfusion -description: What are the different types of trendlines available in chart. +description: Learn here all about trendlines support in Syncfusion Essential ASP.NET WebForms Chart Control, its elements, and more. platform: aspnet control: Chart documentation: ug --- -# Trendlines +# Trendlines in ASP.NET WebForms Chart EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatter, Area, Candle, HiLo etc.)* except Bar type series. You can add more than one trendline object to the **Trendlines** option. @@ -26,7 +26,7 @@ EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatte {% endhighlight %} -![](Trendlines_images/Trendlines_img1.png) +![Trendlines in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img1.png) [Click](http://asp.syncfusion.com/demos/web/chart/trendlines.aspx) here to view the Trendlines online demo sample. @@ -50,7 +50,7 @@ A trendline can be customized by using the properties such as *Fill*, *Width*, * {% endhighlight %} -![](Trendlines_images/Trendlines_img2.png) +![Customize the trendline styles in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img2.png) ## Types of Trendline @@ -83,7 +83,7 @@ To render Linear Trendline, you have to set the **Type** as *Linear*. {% endhighlight %} -![](Trendlines_images/Trendlines_img3.png) +![Linear in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img3.png) ### Exponential @@ -104,7 +104,7 @@ Exponential Trendline can be rendered by setting the *Type* as *Exponential*. {% endhighlight %} -![](Trendlines_images/Trendlines_img4.png) +![Exponential in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img4.png) ### Logarithmic @@ -125,7 +125,7 @@ Logarithmic Trendline can be rendered by setting the *Type* as *Logarithmic*. {% endhighlight %} -![](Trendlines_images/Trendlines_img5.png) +![Logarithmic in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img5.png) ### Power @@ -148,7 +148,7 @@ Power Trendline can be rendered by setting the *Type* of the trendline as *Power {% endhighlight %} -![](Trendlines_images/Trendlines_img6.png) +![Power in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img6.png) ### Polynomial @@ -170,7 +170,7 @@ Polynomial Trendline can be rendered by setting the trendline *Type* as *Polynom {% endhighlight %} -![](Trendlines_images/Trendlines_img7.png) +![Polynomial in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img7.png) ### MovingAverage @@ -192,7 +192,7 @@ MovingAverage Trendline can be rendered by setting the *Type* of the trendline a {% endhighlight %} -![](Trendlines_images/Trendlines_img8.png) +![Moving average in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img8.png) ## Forecasting @@ -221,7 +221,7 @@ The value set for **ForwardForecast** is used to determine the distance moving t {% endhighlight %} -![](Trendlines_images/Trendlines_img9.png) +![Forward forecasting in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img9.png) ### Backward Forecasting @@ -243,7 +243,7 @@ The value set for the **BackwardForecast** is used to determine the past trends. {% endhighlight %} -![](Trendlines_images/Trendlines_img10.png) +![Barkward forecasting in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img10.png) ## Trendlines Legend @@ -265,4 +265,4 @@ To display the legend item for trendline, use the **Name** property. You can int {% endhighlight %} -![](Trendlines_images/Trendlines_img11.png) +![Trendlines legend in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img11.png) diff --git a/aspnet/ComboBox/DataBinding.md b/aspnet/ComboBox/DataBinding.md index a11e7a308..62226b40d 100644 --- a/aspnet/ComboBox/DataBinding.md +++ b/aspnet/ComboBox/DataBinding.md @@ -1,14 +1,14 @@ --- layout: post -title: Data binding in ComboBox widget for Syncfusion Essential WebForm -description: Describes about the data binding in ComboBox widget for Syncfusion Essential WebForm +title: Data Binding in ASP.NET WebForms ComboBox Control | Syncfusion +description: Learn here all about data binding support in Syncfusion Essential ASP.NET WebForms ComboBox Control, its elements, and more. platform: aspnet control: ComboBox documentation: ug keywords: ComboBox, combobox, data binding, REStFul Binding, WebAPI, Web Method, OData, OData4 --- -# Data Binding +# Data Binding in ASP.NET WebForms ComboBox The ComboBox loads the data either from local data sources or remote data services using the dataSource property. It supports the data type of array or DataManager. @@ -110,4 +110,4 @@ protected void Page_Load(object sender, EventArgs e) {% endtabs %} -![](DataBinding_images/DataBinding_image1.png) \ No newline at end of file +![Data Binding in ASP.NET WebForms ComboBox](DataBinding_images/DataBinding_image1.png) \ No newline at end of file diff --git a/aspnet/DropDownList/Rendering-Mode.md b/aspnet/DropDownList/Rendering-Mode.md index 3f2fdf8a4..40dcf2435 100644 --- a/aspnet/DropDownList/Rendering-Mode.md +++ b/aspnet/DropDownList/Rendering-Mode.md @@ -1,14 +1,14 @@ --- layout: post -title: Rendering Mode in DropDownList control for Syncfusion ASP.NET -description: Describes about rendering mode in DropDownList control for Syncfusion ASP.NET. +title: Rendering Mode in ASP.NET WebForms DropDownList Control | Syncfusion +description: Learn here all about rendering mode support in Syncfusion Essential ASP.NET WebForms DropDownList control, its elements, and more. platform: aspnet control: DropDownList documentation: ug keywords: Rendering, DropDownList, dropdown, Rendering Mode --- -# Rendering Mode +# Rendering Mode in ASP.NET WebForms DropDownList DropDownList control can be created using UL-LI element. @@ -107,6 +107,6 @@ Create a div with UL-LI elements and assign that div id into TargetID property a N> Images for this sample are available in (installed location)\Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\samples\web\themes\images
-![](RenderingMode_images/RenderingMode_img1.jpeg) +![Rendering Mode in ASP.NET WebForms DropDownList](RenderingMode_images/RenderingMode_img1.jpeg) N> Any EJ control can be embedded in the target element but the default action of that control should be prevented in order to create custom actions. To show a sample, integration with TreeView control is demonstrated [here](http://mvc.syncfusion.com/demos/web/dropdownlist/integrationwithwidgets) diff --git a/aspnet/FileExplorer/How-To.md b/aspnet/FileExplorer/How-To.md index da3e4c165..62ee8ec1b 100644 --- a/aspnet/FileExplorer/How-To.md +++ b/aspnet/FileExplorer/How-To.md @@ -1,12 +1,12 @@ --- title: How To | FileExplorer | ASP.NET Web | Syncfusion -description: “How to do” section for FileExplorer +description: Learn here about How to section with Syncfusion Essential ASP.NET WebForms File Explorer Control, its elements, and more. platform: aspnet control: FileExplorer documentation: UG keywords: FileExplorer, Syncfusion, ASP.NET Web FileExplorer, UG document, How To --- -# How To +# How To section with ASP.NET WebForms File Explorer ## File handling operations @@ -574,7 +574,7 @@ If your server is located in Intranet Zone, In IE Browser, confirmation dialog w To suppress this warning, you need to specify the "*Access data sources across domains*" setting to “allow”. -![](HowTo_images/HowTo_img1.jpeg) +![How to section in ASP.NET WebForms File Explorer](HowTo_images/HowTo_img1.jpeg) **Option 2: Using JSONP for cross-origin request** diff --git a/aspnet/Treegrid/Searching.md b/aspnet/Treegrid/Searching.md index 20884dc15..94b749e13 100644 --- a/aspnet/Treegrid/Searching.md +++ b/aspnet/Treegrid/Searching.md @@ -20,7 +20,7 @@ The TreeGrid control has an option to search its content using toolbar search bo {% endhighlight %} The below screenshot shows TreeGrid search with `plan` key word. -![](Searching_images/Searching_img1.png) +![Searching in ASP.NET Web Forms TreeGrid](Searching_images/Searching_img1.png) ## Search Hierarchy Modes @@ -48,7 +48,7 @@ The following code example shows how to set the `SearchHierarchyMode` in the tre {% endhighlight %} The following image depicts the output of the previous code example. -![](Searching_images/SearchHierarchyModes_img1.png) +![Search Hierarchy Modes in ASP.NET Web Forms TreeGrid](Searching_images/SearchHierarchyModes_img1.png) The above screenshot shows Tree Grid with `Child` search mode. From 49c0b6b5986a49d8ced1350baa4b305fac75d589 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:47:00 +0300 Subject: [PATCH 2/3] SEO-3353 - ASP.NET Webforms controls --- aspnet/Tile/Overview.md | 6 +++--- aspnet/UploadBox/Drag-and-Drop-Support.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet/Tile/Overview.md b/aspnet/Tile/Overview.md index d3f9dd6dd..a734872fb 100644 --- a/aspnet/Tile/Overview.md +++ b/aspnet/Tile/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: Overview | Tile | ASP.NET | Syncfusion -description: overview +title: Overview in ASP.NET Webforms Tile Control | Syncfusion +description: Learn here about overview in Syncfusion Essential ASP.NET Webforms Tile Control, its elements, and more. platform: aspnet control: Tile documentation: ug --- -# Overview +# Overview in ASP.NET Webforms Tile The Essential Studio for JavaScript Web Tiles are simple, opaque rectangles or squares and they are arrayed on the start screen in a grid-like pattern. Tapping or selecting a Tile, launches the app or does some other action that is represented by the Tile. Tiles are arranged in a group separated by columns that looks like a start screen of a device and it can be either static or live. diff --git a/aspnet/UploadBox/Drag-and-Drop-Support.md b/aspnet/UploadBox/Drag-and-Drop-Support.md index a8fe3c59c..5a3a85e32 100644 --- a/aspnet/UploadBox/Drag-and-Drop-Support.md +++ b/aspnet/UploadBox/Drag-and-Drop-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Drag and Drop Support | UploadBox | ASP.NET | Syncfusion -description: drag and drop support +title: Drag and Drop Support in ASP.NET Webforms UploadBox Control | Syncfusion +description: Learn here about drag and drop support in Syncfusion Essential ASP.NET Webforms UploadBox Control, its elements, and more. platform: aspnet control: UploadBox documentation: ug --- -# Drag and Drop Support +# Drag and Drop Support in ASP.NET Webforms UploadBox The UploadBox control provides the drag and drop support. You can simply drag-and-drop files, directly from the computer to the droppable area. A list of files can be dragged and dropped when you enable the MultipleFilesSelection. From 86fc02368770b6f6318f5aea85217e4bc8bc18d7 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:58:38 +0300 Subject: [PATCH 3/3] made changes --- aspnet/UploadBox/Drag-and-Drop-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/UploadBox/Drag-and-Drop-Support.md b/aspnet/UploadBox/Drag-and-Drop-Support.md index 5a3a85e32..ff30be367 100644 --- a/aspnet/UploadBox/Drag-and-Drop-Support.md +++ b/aspnet/UploadBox/Drag-and-Drop-Support.md @@ -1,6 +1,6 @@ --- layout: post -title: Drag and Drop Support in ASP.NET Webforms UploadBox Control | Syncfusion +title: Drag and Drop in ASP.NET Webforms UploadBox Control | Syncfusion description: Learn here about drag and drop support in Syncfusion Essential ASP.NET Webforms UploadBox Control, its elements, and more. platform: aspnet control: UploadBox