From 20515149c2640d810a84bf9479120230abce971a Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:38:16 +0530 Subject: [PATCH 1/2] SEO-3261-bing-report-issues --- aspnet/Gantt/How-to/Change-Weekend.md | 6 ++-- aspnet/Grid/Data-Adaptors.md | 24 +++++++-------- aspnet/Grid/Filtering.md | 30 +++++++++---------- ...pply-formatting-for-columns-dynamically.md | 6 ++-- aspnet/Grid/How-to/Initialize-Grid.md | 6 ++-- aspnet/Grid/Overview.md | 4 +-- aspnet/Grid/Selection.md | 18 +++++------ aspnet/Grid/Sorting.md | 16 +++++----- aspnet/Grid/Summary.md | 20 ++++++------- aspnet/ListView/Selection.md | 4 +-- aspnet/Menu/Appearance-and-Styling.md | 4 +-- aspnet/ProgressBar/State-Maintenance.md | 6 ++-- aspnet/ToggleButton/Overview.md | 6 ++-- aspnet/UploadBox/File-Size.md | 4 +-- aspnet/UploadBox/Getting-Started.md | 16 +++++----- 15 files changed, 85 insertions(+), 85 deletions(-) diff --git a/aspnet/Gantt/How-to/Change-Weekend.md b/aspnet/Gantt/How-to/Change-Weekend.md index 2c97dfae4..cb6107b7d 100644 --- a/aspnet/Gantt/How-to/Change-Weekend.md +++ b/aspnet/Gantt/How-to/Change-Weekend.md @@ -1,13 +1,13 @@ --- layout: post title: Change-Weekend | Gantt | ASP.NET Webforms | Syncfusion -description: Change workweek/working days in a week +description: Learn here about change workweek/working days in a week in Syncfusion ASP.NET Webforms Gantt Control, its elements, and more. platform: aspnet control: Gantt documentation: ug --- -## Change workweek/working days in a week +# Change workweek/working days in a week in ASP.NET Webforms Gantt Non-working days/weekend are used to represent the non-productive days in a project. It is possible to change the non-working days in a week using the `WorkWeek` property in Gantt. By default, Saturdays and Sundays are considered as non-working days/weekend in a project. @@ -23,7 +23,7 @@ The following code example explains how to change weekend/non-working days The above code example makes Fridays and Saturdays as non-working days in a week. -![](Change-Workweek_images/Change_Workweek_img1.png) +![ASP.NET Webforms Gantt Change workweek](Change-Workweek_images/Change_Workweek_img1.png) The above screen shot will be displayed after changing the non-working days in Gantt. {:.caption} diff --git a/aspnet/Grid/Data-Adaptors.md b/aspnet/Grid/Data-Adaptors.md index bac184530..4e552c792 100644 --- a/aspnet/Grid/Data-Adaptors.md +++ b/aspnet/Grid/Data-Adaptors.md @@ -1,12 +1,12 @@ --- layout: post -title: data adaptors with Grid widget for Syncfusion Essential JS -description: How to enable data adaptors and its functionalities +title: Data Adaptors in ASP.NET Web Forms Grid Control | Syncfusion +description: Learn here about data adaptor support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Data Adaptors +# Data Adaptors in ASP.NET Web Forms Grid The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](http://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors). @@ -50,7 +50,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img1.png) +![ASP.NET Web Forms Grid WebMethod Adaptor](Data-Adaptors_images/Data-Adaptor_img1.png) ## WebMethod Adaptor @@ -108,7 +108,7 @@ You can use the following code example to use WebMethod adaptor. The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img2.png) +![ASP.NET Web Forms Grid Url Adaptor](Data-Adaptors_images/Data-Adaptor_img2.png) ## Url Adaptor @@ -162,7 +162,7 @@ N> 2. The `count` must be returned along with response when paging is enabled in The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img3.png) +![ASP.NET Web Forms Grid OData Adaptor](Data-Adaptors_images/Data-Adaptor_img3.png) ## OData Adaptor @@ -192,7 +192,7 @@ You can use the following code example to use OData adaptor. The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img4.png) +![ASP.NET Web Forms Grid ODataV4 Adaptor](Data-Adaptors_images/Data-Adaptor_img4.png) ## ODataV4 Adaptor @@ -220,7 +220,7 @@ You can use the following code example to use ODataV4 adaptor. The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img5.png) +![ASP.NET Web Forms Grid WebAPI Adaptor](Data-Adaptors_images/Data-Adaptor_img5.png) ## WebAPI Adaptor @@ -267,7 +267,7 @@ You can use the following code example to use WebAPI adaptor. The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img6.png) +![ASP.NET Web Forms Grid RemoteSave Adaptor](Data-Adaptors_images/Data-Adaptor_img6.png) ## RemoteSave Adaptor @@ -331,11 +331,11 @@ You can use the following code example to use RemoteSave adaptor. The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img7.png) +![ASP.NET Web Forms Grid adaptor](Data-Adaptors_images/Data-Adaptor_img7.png) On performing CRUD operations in Grid, the record changes will be sent to server-side as in the following screenshot. -![](Data-Adaptors_images/Data-Adaptor_img8.png) +![ASP.NET Web Forms Grid Foreign Key Adaptor](Data-Adaptors_images/Data-Adaptor_img8.png) ## Foreign Key Adaptor @@ -398,6 +398,6 @@ N> 2. By default, the `ForeignKeyAdaptor` uses `JsonAdaptor`, to use other adapt The following output is displayed as a result of the above code example. -![](Data-Adaptors_images/Data-Adaptor_img9.png) +![ASP.NET Web Forms Grid data adaptor](Data-Adaptors_images/Data-Adaptor_img9.png) diff --git a/aspnet/Grid/Filtering.md b/aspnet/Grid/Filtering.md index 79a6b10fe..56442cb87 100644 --- a/aspnet/Grid/Filtering.md +++ b/aspnet/Grid/Filtering.md @@ -1,12 +1,12 @@ --- layout: post -title: Filtering with Grid widget for Syncfusion Essential ASP.NET -description: How to enable filtering and its functionalities +title: Filtering in ASP.NET Web Forms Grid Control | Syncfusion +description: Learn here about filtering support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Filtering +# Filtering in ASP.NET Web Forms Grid Filtering helps to view particular or related records from dataSource which meets a given filtering criteria. To enable filter, set `AllowFiltering` property as`true`. @@ -102,7 +102,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Filtering_images/Filtering_img1.png) +![ASP.NET Web Forms Grid Menu Filter](Filtering_images/Filtering_img1.png) ## Menu Filter @@ -187,19 +187,19 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Filtering_images/Filtering_img2.png) +![ASP.NET Web Forms Grid Numeric Filter](Filtering_images/Filtering_img2.png) Numeric Filter -![](Filtering_images/Filtering_img3.png) +![ASP.NET Web Forms Grid String Filter](Filtering_images/Filtering_img3.png) String Filter -![](Filtering_images/Filtering_img4.png) +![ASP.NET Web Forms Grid ate Filter](Filtering_images/Filtering_img4.png) Date Filter -![](Filtering_images/Filtering_img5.png) +![ASP.NET Web Forms Grid Boolean Filter](Filtering_images/Filtering_img5.png) Boolean Filter @@ -282,7 +282,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Filtering_images/Filtering_img6.png) +![ASP.NET Web Forms Grid Checkbox list generation](Filtering_images/Filtering_img6.png) ### Checkbox list generation: @@ -367,7 +367,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Filtering_images/filtering_img7.png) +![ASP.NET Web Forms Grid filter checkbox](Filtering_images/filtering_img7.png) ### Add current selection to filter checkbox: @@ -376,7 +376,7 @@ When filtering is done multiple times on the same column then the previously fil The following image describes the above mentioned behavior. -![](filtering_images/filtering_img12.png) +![ASP.NET Web Forms Grid Case Sensitivity](filtering_images/filtering_img12.png) ### Case Sensitivity @@ -457,7 +457,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Filtering_images/filtering_img8.png) +![ASP.NET Web Forms Grid Filter Bar](Filtering_images/filtering_img8.png) ## Filter Bar @@ -676,7 +676,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Filtering_images/filtering_img9.png) +![ASP.NET Web Forms Grid Filter bar modes](Filtering_images/filtering_img9.png) Filter bar modes: @@ -765,7 +765,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Filtering_images/filtering_img10.png) +![ASP.NET Web Forms Grid Filter Operators](Filtering_images/filtering_img10.png) ## Filter Operators @@ -1000,6 +1000,6 @@ namespace WebSampleBrowser.Grid The following output is displayed as a result of the above code example. -![](filtering_images/filtering_img11.png) +![ASP.NET Web Forms Grid FilterBar Template](filtering_images/filtering_img11.png) {:caption} After Filtering diff --git a/aspnet/Grid/How-to/Apply-formatting-for-columns-dynamically.md b/aspnet/Grid/How-to/Apply-formatting-for-columns-dynamically.md index f2c972072..d59b73837 100644 --- a/aspnet/Grid/How-to/Apply-formatting-for-columns-dynamically.md +++ b/aspnet/Grid/How-to/Apply-formatting-for-columns-dynamically.md @@ -1,13 +1,13 @@ --- layout: post -title: Apply formatting for columns dynamically | Grid | ASP.NET Webforms | Syncfusion -description: apply formatting for columns dynamically +title: Apply formatting in ASP.NET Webforms Grid Control | Syncfusion +description: Learn here about apply formatting for columns dynamically in Syncfusion ASP.NET Webforms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -## Apply formatting for columns dynamically +# Apply formatting for columns in ASP.NET Webforms Grid Column format can be used dynamically to change data values format with the help of the public method. The following code example illustrates the Essential JavaScript with column formatting in public method. diff --git a/aspnet/Grid/How-to/Initialize-Grid.md b/aspnet/Grid/How-to/Initialize-Grid.md index d68efba1c..00ff4105b 100644 --- a/aspnet/Grid/How-to/Initialize-Grid.md +++ b/aspnet/Grid/How-to/Initialize-Grid.md @@ -1,13 +1,13 @@ --- layout: post title: Initialize Grid | Grid | ASP.NET Webforms | Syncfusion -description: initialize grid +description: Learn here about initialization in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -## Initialize Grid +# Initialize ASP.NET Webforms Grid In this section, you can learn about Grid’s mandatory property to render a simple Grid. To initialize Grid, it needs two important properties. They are columns and its inner property field. Columns are used to define schema of Grid and field is mapping a name to the data source. @@ -31,7 +31,7 @@ In this section, you can learn about Grid’s mandatory property to render a sim The following output is displayed as a result of the above code example. -![](Initialize-Grid_images/Initialize-Grid_img1.png) +![ASP.NET Webforms Grid initialization](Initialize-Grid_images/Initialize-Grid_img1.png) diff --git a/aspnet/Grid/Overview.md b/aspnet/Grid/Overview.md index 6937fa7f3..eaa1ef9a9 100644 --- a/aspnet/Grid/Overview.md +++ b/aspnet/Grid/Overview.md @@ -1,13 +1,13 @@ --- layout: post title: Overview | Grid | ASP.NET Webforms | Syncfusion -description: overview +description: Learn here about overview of Syncfusion Essential ASP.NET WebForms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Overview +# Overview of ASP.NET WebForms Grid The Grid control for ASP.NET is an efficient display engine for tabular data. It will pull from a datasource, such as ListCollection, OData web services, or SQLData, binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This Grid is very useful for generating complex grid-based reports with rich formatting. The most important features available in the Grid control for ASP.NET are paging, sorting, filtering, searching, grouping, and editing. diff --git a/aspnet/Grid/Selection.md b/aspnet/Grid/Selection.md index 030be6163..19b89013f 100644 --- a/aspnet/Grid/Selection.md +++ b/aspnet/Grid/Selection.md @@ -1,12 +1,12 @@ --- layout: post -title: Selection with Grid widget for Syncfusion Essential ASP -description: How to enable selection and its functionalities +title: Selection in ASP.NET Web Forms Grid Control | Syncfusion +description: Learn here about selection support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Selection +# Selection in ASP.NET Web Forms Grid Selection provides an interactive support to highlight the row, cell or column that you select. Selection can be done through simple Mouse down or Keyboard interaction. To enable selection, set `AllowSelection` as `true`. @@ -102,7 +102,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img1.png) +![ASP.NET Web Forms Grid Multiple Row Selection](Selection_images/Selection_img1.png) ## Multiple Row Selection using Checkbox Column @@ -144,7 +144,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img12.png) +![ASP.NET Web Forms Grid Cell Selection](Selection_images/Selection_img12.png) ## Cell Selection @@ -223,7 +223,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img2.png) +![ASP.NET Web Forms Grid Cell Selection Mode](Selection_images/Selection_img2.png) ### Cell Selection Mode @@ -307,7 +307,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img3.png) +![ASP.NET Web Forms Grid Column Selection](Selection_images/Selection_img3.png) ## Column Selection @@ -387,7 +387,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img4.png) +![ASP.NET Web Forms Grid Touch options](Selection_images/Selection_img4.png) ## Touch options @@ -466,7 +466,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Selection_images/Selection_img5.png) +![ASP.NET Web Forms Grid toggle selection](Selection_images/Selection_img5.png) ## Toggle Selection diff --git a/aspnet/Grid/Sorting.md b/aspnet/Grid/Sorting.md index eff9d2820..3c328a7da 100644 --- a/aspnet/Grid/Sorting.md +++ b/aspnet/Grid/Sorting.md @@ -1,12 +1,12 @@ --- layout: post -title: Sorting with Grid widget for Syncfusion Essential ASP.NET -description: How to enable sorting and its functionalities +title: Sorting in ASP.NET Web Forms Grid Control | Syncfusion +description: Learn here about sorting support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Sorting +# Sorting in ASP.NET Web Forms Grid The Grid control has support to sort data bound columns in ascending or descending order. This can be achieved by setting `AllowSorting` property as `true`. To dynamically sort a particular column, click on its column header. The order switch between ascending and descending each time you click a column header for sorting. @@ -85,7 +85,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Sorting_images/Sorting_img1.png) +![ASP.NET Web Forms Grid Initial Sorting](Sorting_images/Sorting_img1.png) ## Initial Sorting Through `SortedColumns` property of `SortSettings`, you can sort the columns while initializing the grid itself. You need to specify the `Field` (Columns) name and `Direction` in the `SortedColumns`. @@ -167,7 +167,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Sorting_images/Sorting_img2.png) +![ASP.NET Web Forms Grid Multi-Column Sorting](Sorting_images/Sorting_img2.png) ## Multi-Column Sorting Sort multiple columns in grid by setting `AllowMultiSorting` property as true. The sorting order is displayed in the header while doing multi sorting. @@ -253,7 +253,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Sorting_images/Sorting_img3.png) +![ASP.NET Web Forms Grid Stable sorting](Sorting_images/Sorting_img3.png) ## Stable sorting For sorting, grid uses default browser's sort function for better performance. On multi column sorting in some browsers like chrome, the records order will be different due to unstable implementation of sorting algorithm in it. @@ -347,7 +347,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Sorting_images/Sorting_img4.png) +![ASP.NET Web Forms Grid Touch options](Sorting_images/Sorting_img4.png) ## Touch options While using Grid in a touch device, you have an option for multi sorting in single tap on the grid header. By tapping on the grid header, it will show the toggle button in small popup with sort icon. Now tap the button to enable multi sorting in single tap. @@ -431,7 +431,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Sorting_images/Sorting_img5.png) +![ASP.NET Web Forms Grid sorting](Sorting_images/Sorting_img5.png) N> To get the sorted data of the grid after sorting a column you can refer the [`How To`](https://help.syncfusion.com/aspnet/grid/how-to "Getting Datasource of Grid in Sorted Order"). diff --git a/aspnet/Grid/Summary.md b/aspnet/Grid/Summary.md index d545e931e..6d1edc7f0 100644 --- a/aspnet/Grid/Summary.md +++ b/aspnet/Grid/Summary.md @@ -1,13 +1,13 @@ --- layout: post title: Summary | Grid | ASP.NET Webforms | Syncfusion -description: summary +description: Learn here about summary support in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more. platform: aspnet control: Grid documentation: ug --- -# Summary +# Summary in ASP.NET Webforms Grid Summary is a key feature of Grid that is used to aggregate a particular column. This is useful to analyze the details of a particular column. It has the following types: @@ -184,7 +184,7 @@ public partial class DefaultFunctionalities : System.Web.UI.Page The following output is displayed as a result of the above code example. -![](Summary_images/Summary_img1.png) +![ASP.NET Webforms Grid custom summary](Summary_images/Summary_img1.png) @@ -239,7 +239,7 @@ The following output is displayed as a result of the above code example. -![](Summary_images/Summary_img2.png) +![ASP.NET Webforms Grid summary](Summary_images/Summary_img2.png) @@ -414,7 +414,7 @@ namespace WebSampleBrowser.Grid {% endtabs %} -![](Summary_images/Summary_img3.PNG) +![ASP.NET Webforms Grid title for summary](Summary_images/Summary_img3.PNG) ## Title for summary @@ -538,7 +538,7 @@ namespace WebSampleBrowser.Grid {% endtabs %} -![](Summary_images/Summary_img8.PNG) +![ASP.NET Webforms Grid group summary](Summary_images/Summary_img8.PNG) ## Group Summary @@ -697,7 +697,7 @@ The following output is displayed as a result of the above code example. -![](Summary_images/Summary_img4.png) +![ASP.NET Webforms Grid caption summary](Summary_images/Summary_img4.png) @@ -860,7 +860,7 @@ The following output is displayed as a result of the above code example. -![](Summary_images/Summary_img5.png) +![ASP.NET Webforms Grid summary template](Summary_images/Summary_img5.png) ## Summary Template @@ -940,7 +940,7 @@ public partial class DefaultFunctionalities : System.Web.UI.Page The following output is displayed as a result of the above code example. -![](Summary_images/summaryGrid_img7.PNG) +![ASP.NET Webforms Grid server side](Summary_images/summaryGrid_img7.PNG) ## Handling Aggregation in server side @@ -1041,7 +1041,7 @@ The following output is displayed as a result of the above code example. -![](Summary_images/Summary_img6.png) +![ASP.NET Webforms Grid summary value](Summary_images/Summary_img6.png) diff --git a/aspnet/ListView/Selection.md b/aspnet/ListView/Selection.md index 56c505a88..d8e3486e7 100644 --- a/aspnet/ListView/Selection.md +++ b/aspnet/ListView/Selection.md @@ -1,13 +1,13 @@ --- layout: post title: selection | ListView | ASP.NET Webforms | Syncfusion -description: selection +description: Learn here about selection support in Syncfusion Essential ASP.NET Webforms ListView Control, its elements, and more. platform: aspnet control: ListView documentation: ug --- -# Selection +# Selection in ASP.NET Webforms ListView **MultiSelection** diff --git a/aspnet/Menu/Appearance-and-Styling.md b/aspnet/Menu/Appearance-and-Styling.md index a1b9e1edb..faef0588d 100644 --- a/aspnet/Menu/Appearance-and-Styling.md +++ b/aspnet/Menu/Appearance-and-Styling.md @@ -1,13 +1,13 @@ --- layout: post title: Appearance and Styling | Menu | ASP.NET Webforms | Syncfusion -description: appearance and styling +description: Learn here about appearance and styling in Syncfusion Essential ASP.NET Webforms Menu Control, its elements, and more. platform: aspnet control: Menu documentation: ug --- -# Appearance and Styling +# Appearance and Styling in ASP.NET Webforms Menu ## Theme diff --git a/aspnet/ProgressBar/State-Maintenance.md b/aspnet/ProgressBar/State-Maintenance.md index 81fdae8be..ce78e378c 100644 --- a/aspnet/ProgressBar/State-Maintenance.md +++ b/aspnet/ProgressBar/State-Maintenance.md @@ -1,13 +1,13 @@ --- layout: post title: State Maintenance | ProgressBar | ASP.NET | Syncfusion -description: state maintenance +description: Learn here about state maintenance in Syncfusion Essential ASP.NET WebForms ProgressBar Control, its elements, and more. platform: aspnet control: ProgressBar documentation: ug --- -# State Maintenance +# State Maintenance in ASP.NET WebForms ProgressBar Save the current model value to cookies for state maintenance. While refreshing the ProgressBar control, the page retains the model value applied from the browser cookies. By default, EnablePersistence property is set to false in the ProgressBar. @@ -22,5 +22,5 @@ Add the following code example to the corresponding ASPX page to render Progress The following screenshot displays the output for the above code. -![](State-Maintenance_images/State-Maintenance_img1.png) +![ASP.NET WebForms ProgressBar state maintenance](State-Maintenance_images/State-Maintenance_img1.png) diff --git a/aspnet/ToggleButton/Overview.md b/aspnet/ToggleButton/Overview.md index 7193d7a70..0fce23cbc 100644 --- a/aspnet/ToggleButton/Overview.md +++ b/aspnet/ToggleButton/Overview.md @@ -1,17 +1,17 @@ --- layout: post title: Overview | Toggle Button | ASP.NET | Syncfusion -description: overview +description: Learn here about overview of Syncfusion Essential ASP.NET WebForms Toggle Button Control, its elements, and more. platform: aspnet control: ToggleButton documentation: ug --- -# Overview +# Overview of ASP.NET WebForms Toggle Button The **Essential ASP.NET Toggle Button** allows you to perform the toggle option by using checked and unchecked state. The **Toggle Button** control displays both text and images. The value given in the Text property is displayed on the ToggleButton. -### Key Features +## Key Features * **Trendy Look: **Rich Appearance with Theme Support. * **RTL:** Supports Right to Left alignment. diff --git a/aspnet/UploadBox/File-Size.md b/aspnet/UploadBox/File-Size.md index b0df23140..b9c8d41f7 100644 --- a/aspnet/UploadBox/File-Size.md +++ b/aspnet/UploadBox/File-Size.md @@ -1,13 +1,13 @@ --- layout: post title: File Size | UploadBox | ASP.NET | Syncfusion -description: file size +description: Learn here about file size support in Syncfusion Essential ASP.NET WebForms UploadBox Control, its elements, and more. platform: aspnet control: UploadBox documentation: ug --- -# File Size +# File Size in ASP.NET WebForms UploadBox ## Maximum File Size for the UploadBox diff --git a/aspnet/UploadBox/Getting-Started.md b/aspnet/UploadBox/Getting-Started.md index 92cfb0c91..8ba854e87 100644 --- a/aspnet/UploadBox/Getting-Started.md +++ b/aspnet/UploadBox/Getting-Started.md @@ -1,19 +1,19 @@ --- layout: post title: Getting Started | UploadBox | ASP.NET | Syncfusion -description: getting started +description: Learn here about getting started with Syncfusion Essential ASP.NET WebForms UploadBox Control, its elements, and more. platform: aspnet control: UploadBox documentation: ug --- -# Getting Started +# Getting Started with ASP.NET WebForms UploadBox ## Create your first UploadBox in ASP.NET ASP.NET Web Forms UploadBox provides support to upload the files or photos within your web page. From the following guidelines, you can learn how to upload the file by using Resume Upload scenario. This helps you to restrict some file extensions while uploading the resume in the server by using UploadBox control. The following screenshot demonstrates the functionality of UploadBox with file extension. -![](Getting-Started_images/Getting-Started_img1.png) +![ASP.NET WebForms UploadBox support to upload the files](Getting-Started_images/Getting-Started_img1.png) In the above screenshot, you can upload a resume with .png and .docx file extensions. This stops unsupported resume formats from being uploaded to the server. @@ -24,7 +24,7 @@ ASP.NET UploadBox widget has built-in features like Upload multiple files, Delet You can create a Web project and add the necessary assemblies, styles, and scripts with the help of the given [ASP-Getting Started](https://help.syncfusion.com/aspnet/getting-started) Documentation. -![](Getting-Started_images/Getting-Started_img2.png) +![ASP.NET WebForms UploadBox](Getting-Started_images/Getting-Started_img2.png) Add the following code example to the ASPX page to render the UploadBox. @@ -168,11 +168,11 @@ public void ProcessRequest(HttpContext context) Run the code to render the following output. -![](Getting-Started_images/Getting-Started_img3.png) +![ASP.NET WebForms UploadBox create widgets](Getting-Started_images/Getting-Started_img3.png) Run the project to see the following output for the given steps. The file is uploaded. -![](Getting-Started_images/Getting-Started_img4.png) +![ASP.NET WebForms UploadBox Restrictions](Getting-Started_images/Getting-Started_img4.png) ## Set Restrictions to File Extensions @@ -378,7 +378,7 @@ In the UploadBox control, you can either allow files with specified extension on The following screenshot displays an UploadBox control with the file extension. -![](Getting-Started_images/Getting-Started_img5.png) +![ASP.NET WebForms UploadBox File Extensions](Getting-Started_images/Getting-Started_img5.png) @@ -388,4 +388,4 @@ To upload multiple files in the UploadBox control, click the Browse button to se The following screenshot displays an UploadBox control with multiple files selected. -![](Getting-Started_images/Getting-Started_img6.png) \ No newline at end of file +![ASP.NET WebForms UploadBox Multiple Files](Getting-Started_images/Getting-Started_img6.png) \ No newline at end of file From 934a388eb78edd309e4d2ffb4c0a11144074b800 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:52:08 +0530 Subject: [PATCH 2/2] SEO-3261-bing-report-issues --- aspnet/Grid/Data-Adaptors.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/aspnet/Grid/Data-Adaptors.md b/aspnet/Grid/Data-Adaptors.md index 4e552c792..bac184530 100644 --- a/aspnet/Grid/Data-Adaptors.md +++ b/aspnet/Grid/Data-Adaptors.md @@ -1,12 +1,12 @@ --- layout: post -title: Data Adaptors in ASP.NET Web Forms Grid Control | Syncfusion -description: Learn here about data adaptor support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more. +title: data adaptors with Grid widget for Syncfusion Essential JS +description: How to enable data adaptors and its functionalities platform: aspnet control: Grid documentation: ug --- -# Data Adaptors in ASP.NET Web Forms Grid +# Data Adaptors The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](http://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors). @@ -50,7 +50,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid WebMethod Adaptor](Data-Adaptors_images/Data-Adaptor_img1.png) +![](Data-Adaptors_images/Data-Adaptor_img1.png) ## WebMethod Adaptor @@ -108,7 +108,7 @@ You can use the following code example to use WebMethod adaptor. The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid Url Adaptor](Data-Adaptors_images/Data-Adaptor_img2.png) +![](Data-Adaptors_images/Data-Adaptor_img2.png) ## Url Adaptor @@ -162,7 +162,7 @@ N> 2. The `count` must be returned along with response when paging is enabled in The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid OData Adaptor](Data-Adaptors_images/Data-Adaptor_img3.png) +![](Data-Adaptors_images/Data-Adaptor_img3.png) ## OData Adaptor @@ -192,7 +192,7 @@ You can use the following code example to use OData adaptor. The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid ODataV4 Adaptor](Data-Adaptors_images/Data-Adaptor_img4.png) +![](Data-Adaptors_images/Data-Adaptor_img4.png) ## ODataV4 Adaptor @@ -220,7 +220,7 @@ You can use the following code example to use ODataV4 adaptor. The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid WebAPI Adaptor](Data-Adaptors_images/Data-Adaptor_img5.png) +![](Data-Adaptors_images/Data-Adaptor_img5.png) ## WebAPI Adaptor @@ -267,7 +267,7 @@ You can use the following code example to use WebAPI adaptor. The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid RemoteSave Adaptor](Data-Adaptors_images/Data-Adaptor_img6.png) +![](Data-Adaptors_images/Data-Adaptor_img6.png) ## RemoteSave Adaptor @@ -331,11 +331,11 @@ You can use the following code example to use RemoteSave adaptor. The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid adaptor](Data-Adaptors_images/Data-Adaptor_img7.png) +![](Data-Adaptors_images/Data-Adaptor_img7.png) On performing CRUD operations in Grid, the record changes will be sent to server-side as in the following screenshot. -![ASP.NET Web Forms Grid Foreign Key Adaptor](Data-Adaptors_images/Data-Adaptor_img8.png) +![](Data-Adaptors_images/Data-Adaptor_img8.png) ## Foreign Key Adaptor @@ -398,6 +398,6 @@ N> 2. By default, the `ForeignKeyAdaptor` uses `JsonAdaptor`, to use other adapt The following output is displayed as a result of the above code example. -![ASP.NET Web Forms Grid data adaptor](Data-Adaptors_images/Data-Adaptor_img9.png) +![](Data-Adaptors_images/Data-Adaptor_img9.png)