From 9951b298abe493601da2a9e7ddad9042e0c0bbab Mon Sep 17 00:00:00 2001 From: Edithabich Date: Wed, 21 Aug 2024 08:49:33 +0300 Subject: [PATCH 1/5] SEO-86912-webforms-alt-text-missing --- aspnet/Kanban/Getting-Started.md | 10 +++++----- ....png => aspnet-web-forms-kanban-application.png} | Bin ...png => aspnet-web-forms-kanban-data-binding.png} | Bin ...img5.png => aspnet-web-forms-kanban-filters.png} | Bin ...g => aspnet-web-forms-kanban-mapping-values.png} | Bin ....png => aspnet-web-forms-kanban-swimlaneKey.png} | Bin aspnet/Menu/Data-binding.md | 12 ++++++------ ...1.png => aspnet-web-forms-menu-data-binding.png} | Bin ...img6.PNG => aspnet-web-forms-menu-datatable.PNG} | Bin ..._img5.png => aspnet-web-forms-menu-linq-sql.png} | Bin ...ng_img3.png => aspnet-web-forms-menu-object.png} | Bin ..._img2.png => aspnet-web-forms-menu-sql-data.png} | Bin ..._img4.png => aspnet-web-forms-menu-xml-data.png} | Bin aspnet/Numerictextbox/Localization-Support.md | 4 ++-- ...-forms-numeric-textbox-locolization-support.png} | Bin ...t-web-forms-numeric-textbox-support-display.png} | Bin 16 files changed, 13 insertions(+), 13 deletions(-) rename aspnet/Kanban/Getting-Started_images/{Getting_Started_img1.png => aspnet-web-forms-kanban-application.png} (100%) rename aspnet/Kanban/Getting-Started_images/{Getting_Started_img2.png => aspnet-web-forms-kanban-data-binding.png} (100%) rename aspnet/Kanban/Getting-Started_images/{Getting_Started_img5.png => aspnet-web-forms-kanban-filters.png} (100%) rename aspnet/Kanban/Getting-Started_images/{Getting_Started_img3.png => aspnet-web-forms-kanban-mapping-values.png} (100%) rename aspnet/Kanban/Getting-Started_images/{Getting_Started_img4.png => aspnet-web-forms-kanban-swimlaneKey.png} (100%) rename aspnet/Menu/Data-binding_images/{Data-binding_img1.png => aspnet-web-forms-menu-data-binding.png} (100%) rename aspnet/Menu/Data-binding_images/{Data-binding_img6.PNG => aspnet-web-forms-menu-datatable.PNG} (100%) rename aspnet/Menu/Data-binding_images/{Data-binding_img5.png => aspnet-web-forms-menu-linq-sql.png} (100%) rename aspnet/Menu/Data-binding_images/{Data-binding_img3.png => aspnet-web-forms-menu-object.png} (100%) rename aspnet/Menu/Data-binding_images/{Data-binding_img2.png => aspnet-web-forms-menu-sql-data.png} (100%) rename aspnet/Menu/Data-binding_images/{Data-binding_img4.png => aspnet-web-forms-menu-xml-data.png} (100%) rename aspnet/Numerictextbox/Localization-Support_images/{Localization-Support_img1.png => aspnet-web-forms-numeric-textbox-locolization-support.png} (100%) rename aspnet/Numerictextbox/Localization-Support_images/{Localization-Support_img2.png => aspnet-web-forms-numeric-textbox-support-display.png} (100%) diff --git a/aspnet/Kanban/Getting-Started.md b/aspnet/Kanban/Getting-Started.md index 2aaab3946..1f71110b4 100644 --- a/aspnet/Kanban/Getting-Started.md +++ b/aspnet/Kanban/Getting-Started.md @@ -42,7 +42,7 @@ You can create a Kanban with a highly customizable look and feel. This section d For more information about SQL data source configuration refer the following link: [https://msdn.microsoft.com/en-us/library/dz12d98w.aspx](https://msdn.microsoft.com/en-us/library/dz12d98w.aspx) - ![ASPNET Kanban Getting-Started image1](Getting-Started_images/Getting_Started_img1.png) + ![ASP.NET Web Forms Kanban first application.](Getting-Started_images/aspnet-web-forms-kanban-application.png) ## Data Binding @@ -119,7 +119,7 @@ You can bind data to the Kanban control by either locally or remotely. Assign th {% endtabs %} -![ASPNET Kanban Getting-Started image2](Getting-Started_images/Getting_Started_img2.png) +![Data binding in ASP.NET Web Forms Kanban.](Getting-Started_images/aspnet-web-forms-kanban-data-binding.png) N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](http://help.syncfusion.com/aspnet/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager. @@ -205,7 +205,7 @@ In order to display cards in Kanban control, you need to map the database fields {% endtabs %} -![ASPNET Kanban Getting-Started image3](Getting-Started_images/Getting_Started_img3.png) +![ASP.NET Web Forms Kanban mapping values.](Getting-Started_images/aspnet-web-forms-kanban-mapping-values.png) N> `PrimaryKey` field is mandatory for “Drag and Drop”, ”Selection” and “Editing” Features. @@ -285,7 +285,7 @@ N> `PrimaryKey` field is mandatory for “Drag and Drop”, ”Selection” and {% endtabs %} -![ASPNET Kanban Getting-Started image4](Getting-Started_images/Getting_Started_img4.png) +![SwimlaneKey in ASP.NET Web Forms Kanban.](Getting-Started_images/aspnet-web-forms-kanban-swimlaneKey.png) ## Adding Filters @@ -367,4 +367,4 @@ Filters allows to filter the collection of cards from `DataSource` which meets t {% endtabs %} -![ASPNET Kanban Getting-Started image5](Getting-Started_images/Getting_Started_img5.png) \ No newline at end of file +![Adding filters in ASP.NET Web Forms Kanban.](Getting-Started_images/aspnet-web-forms-kanban-filters.png) \ No newline at end of file diff --git a/aspnet/Kanban/Getting-Started_images/Getting_Started_img1.png b/aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-application.png similarity index 100% rename from aspnet/Kanban/Getting-Started_images/Getting_Started_img1.png rename to aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-application.png diff --git a/aspnet/Kanban/Getting-Started_images/Getting_Started_img2.png b/aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-data-binding.png similarity index 100% rename from aspnet/Kanban/Getting-Started_images/Getting_Started_img2.png rename to aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-data-binding.png diff --git a/aspnet/Kanban/Getting-Started_images/Getting_Started_img5.png b/aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-filters.png similarity index 100% rename from aspnet/Kanban/Getting-Started_images/Getting_Started_img5.png rename to aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-filters.png diff --git a/aspnet/Kanban/Getting-Started_images/Getting_Started_img3.png b/aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-mapping-values.png similarity index 100% rename from aspnet/Kanban/Getting-Started_images/Getting_Started_img3.png rename to aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-mapping-values.png diff --git a/aspnet/Kanban/Getting-Started_images/Getting_Started_img4.png b/aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-swimlaneKey.png similarity index 100% rename from aspnet/Kanban/Getting-Started_images/Getting_Started_img4.png rename to aspnet/Kanban/Getting-Started_images/aspnet-web-forms-kanban-swimlaneKey.png diff --git a/aspnet/Menu/Data-binding.md b/aspnet/Menu/Data-binding.md index 2b430b418..6ff66c7c6 100644 --- a/aspnet/Menu/Data-binding.md +++ b/aspnet/Menu/Data-binding.md @@ -111,7 +111,7 @@ protected void Page_Load(object sender, EventArgs e) The following screenshot displays the output of the above code example. -![Remote Data](Data-binding_images/Data-binding_img1.png) +![Remote data in ASP.NET Web Forms Menu.](Data-binding_images/aspnet-web-forms-menu-data-binding.png) @@ -145,7 +145,7 @@ SelectCommand="SELECT * FROM [TreeBind]"> The following screenshot displays the output for the above code example. -![SQL Data](Data-binding_images/Data-binding_img2.png) +![SQL data in ASP.NET Web Forms Menu.](Data-binding_images/aspnet-web-forms-menu-sql-data.png) @@ -349,7 +349,7 @@ public class MenuSource The following screenshot displays the output for the above code example. -![Object Data binding](Data-binding_images/Data-binding_img3.png) +![Object data binding in ASP.NET Web Forms Menu.](Data-binding_images/aspnet-web-forms-menu-object.png) @@ -445,7 +445,7 @@ Load the menu items in the XML data as illustrated in the following code example The following screenshot displays the output for the XML Data binding. -![XML Data binding](Data-binding_images/Data-binding_img4.png) +![XML data binding in ASP.NET Web Forms Menu.](Data-binding_images/aspnet-web-forms-menu-xml-data.png) @@ -479,7 +479,7 @@ In the Design page, assign values for DataTextField, DataIdField, DataParentIdFi The following screenshot displays the output for the above code example. -![LINQ-to-SQL Data binding](Data-binding_images/Data-binding_img5.png) +![LINQ to SQL data binding in ASP.NET Web Forms Menu.](Data-binding_images/aspnet-web-forms-menu-linq-sql.png) ## Data binding from DataTable @@ -522,4 +522,4 @@ Sample can be downloaded [here](https://www.syncfusion.com/downloads/support/dir Now , the menu will be displayed as shown below -![DataTable](Data-binding_images/Data-binding_img6.png) \ No newline at end of file +![Data binding from datatable in ASP.NET Web Forms Menu.](Data-binding_images/aspnet-web-forms-menu-datatable.png) \ No newline at end of file diff --git a/aspnet/Menu/Data-binding_images/Data-binding_img1.png b/aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-data-binding.png similarity index 100% rename from aspnet/Menu/Data-binding_images/Data-binding_img1.png rename to aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-data-binding.png diff --git a/aspnet/Menu/Data-binding_images/Data-binding_img6.PNG b/aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-datatable.PNG similarity index 100% rename from aspnet/Menu/Data-binding_images/Data-binding_img6.PNG rename to aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-datatable.PNG diff --git a/aspnet/Menu/Data-binding_images/Data-binding_img5.png b/aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-linq-sql.png similarity index 100% rename from aspnet/Menu/Data-binding_images/Data-binding_img5.png rename to aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-linq-sql.png diff --git a/aspnet/Menu/Data-binding_images/Data-binding_img3.png b/aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-object.png similarity index 100% rename from aspnet/Menu/Data-binding_images/Data-binding_img3.png rename to aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-object.png diff --git a/aspnet/Menu/Data-binding_images/Data-binding_img2.png b/aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-sql-data.png similarity index 100% rename from aspnet/Menu/Data-binding_images/Data-binding_img2.png rename to aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-sql-data.png diff --git a/aspnet/Menu/Data-binding_images/Data-binding_img4.png b/aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-xml-data.png similarity index 100% rename from aspnet/Menu/Data-binding_images/Data-binding_img4.png rename to aspnet/Menu/Data-binding_images/aspnet-web-forms-menu-xml-data.png diff --git a/aspnet/Numerictextbox/Localization-Support.md b/aspnet/Numerictextbox/Localization-Support.md index 1d0e31d4d..e2c370fef 100644 --- a/aspnet/Numerictextbox/Localization-Support.md +++ b/aspnet/Numerictextbox/Localization-Support.md @@ -64,9 +64,9 @@ Add the following code example in your ASPX page to render the NumericTextbox co The following screenshot displays the output of the NumericTextbox with localization. -![C:/Users/giftline.jebamani/Desktop/n.png](Localization-Support_images/Localization-Support_img1.png) +![Configure ASP.NET Web Forms NumericTextbox locolization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-locolization-support.png) -![C:/Users/giftline.jebamani/Desktop/na.png](Localization-Support_images/Localization-Support_img2.png) +![ASP.NET Web Forms NumericTextbox locolization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-support-display.png) diff --git a/aspnet/Numerictextbox/Localization-Support_images/Localization-Support_img1.png b/aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-locolization-support.png similarity index 100% rename from aspnet/Numerictextbox/Localization-Support_images/Localization-Support_img1.png rename to aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-locolization-support.png diff --git a/aspnet/Numerictextbox/Localization-Support_images/Localization-Support_img2.png b/aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-support-display.png similarity index 100% rename from aspnet/Numerictextbox/Localization-Support_images/Localization-Support_img2.png rename to aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-support-display.png From 7de73e4835ea4959bfac4f0ce696548d93b86657 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 6 Sep 2024 10:48:16 +0300 Subject: [PATCH 2/5] fixed ci issue --- aspnet/Kanban/Getting-Started.md | 2 +- aspnet/Menu/Data-binding.md | 4 ++-- aspnet/Numerictextbox/Localization-Support.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet/Kanban/Getting-Started.md b/aspnet/Kanban/Getting-Started.md index 1f71110b4..7bef5d7fe 100644 --- a/aspnet/Kanban/Getting-Started.md +++ b/aspnet/Kanban/Getting-Started.md @@ -7,7 +7,7 @@ control: Kanban documentation: ug --- -# Getting Started +# Getting Started with ASP.NET Web Forms Kanban This section explains briefly about how to create a Kanban in your application with ASP.NET. diff --git a/aspnet/Menu/Data-binding.md b/aspnet/Menu/Data-binding.md index 6ff66c7c6..059d7b44a 100644 --- a/aspnet/Menu/Data-binding.md +++ b/aspnet/Menu/Data-binding.md @@ -1,13 +1,13 @@ --- layout: post title: Data binding | Menu | ASP.NET Webforms | Syncfusion -description: Menu data binding for Webforms +description: Learn hera about data binding in Syncfusion Essential ASP.NET Web Forms Menu control, its elements and more details. platform: aspnet control: Menu documentation: ug --- -# Data binding +# Data binding in ASP.NET Web Forms Menu Data binding enables you to synchronize the elements with different sources of data. You can bind data by using two ways, Local data and remote data. diff --git a/aspnet/Numerictextbox/Localization-Support.md b/aspnet/Numerictextbox/Localization-Support.md index e2c370fef..e43ae17a4 100644 --- a/aspnet/Numerictextbox/Localization-Support.md +++ b/aspnet/Numerictextbox/Localization-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Globalization Support | NumericTextbox | ASP.NET | Syncfusion -description: globalization support +title: Locolization Support | Numeric Textbox | ASP.NET | Syncfusion +description: Learn here about locolization support in Syncfusion Essential ASP.NET web Forms Numeric Textbox control, its elements and more. platform: aspnet control: NumericTextbox documentation: ug --- -# Globalization Support +# Locolization Support in ASP.NET Web Forms Numeric Textbox **Globalization** is language support based on the culture in **Textboxes**. You can achieve the **Globalization** using “**locale”** property in **PercentageTextBox** . From 4f8430e995c4070f9df022e94d89aadad3a3b1ae Mon Sep 17 00:00:00 2001 From: Edithabich Date: Mon, 9 Sep 2024 14:20:10 +0300 Subject: [PATCH 3/5] fixed spell error --- aspnet/Numerictextbox/Localization-Support.md | 10 +++++----- ...-forms-numeric-textbox-localization-support.png} | Bin 2 files changed, 5 insertions(+), 5 deletions(-) rename aspnet/Numerictextbox/Localization-Support_images/{aspnet-web-forms-numeric-textbox-locolization-support.png => aspnet-web-forms-numeric-textbox-localization-support.png} (100%) diff --git a/aspnet/Numerictextbox/Localization-Support.md b/aspnet/Numerictextbox/Localization-Support.md index e43ae17a4..e5873b6b5 100644 --- a/aspnet/Numerictextbox/Localization-Support.md +++ b/aspnet/Numerictextbox/Localization-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Locolization Support | Numeric Textbox | ASP.NET | Syncfusion -description: Learn here about locolization support in Syncfusion Essential ASP.NET web Forms Numeric Textbox control, its elements and more. +title: Localization Support | Numeric Textbox | ASP.NET | Syncfusion +description: Learn here about localization support in Syncfusion Essential ASP.NET web Forms Numeric Textbox control, its elements and more. platform: aspnet control: NumericTextbox documentation: ug --- -# Locolization Support in ASP.NET Web Forms Numeric Textbox +# Localization Support in ASP.NET Web Forms Numeric Textbox **Globalization** is language support based on the culture in **Textboxes**. You can achieve the **Globalization** using “**locale”** property in **PercentageTextBox** . @@ -64,9 +64,9 @@ Add the following code example in your ASPX page to render the NumericTextbox co The following screenshot displays the output of the NumericTextbox with localization. -![Configure ASP.NET Web Forms NumericTextbox locolization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-locolization-support.png) +![Configure ASP.NET Web Forms NumericTextbox localization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-localization-support.png) -![ASP.NET Web Forms NumericTextbox locolization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-support-display.png) +![ASP.NET Web Forms NumericTextbox localization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-support-display.png) diff --git a/aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-locolization-support.png b/aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-localization-support.png similarity index 100% rename from aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-locolization-support.png rename to aspnet/Numerictextbox/Localization-Support_images/aspnet-web-forms-numeric-textbox-localization-support.png From 752a63fd4edbd9b6ae74961f0e35ea29f98bcf00 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Mon, 9 Sep 2024 14:23:42 +0300 Subject: [PATCH 4/5] Update Data-binding.md --- aspnet/Menu/Data-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Menu/Data-binding.md b/aspnet/Menu/Data-binding.md index 059d7b44a..1bc88780b 100644 --- a/aspnet/Menu/Data-binding.md +++ b/aspnet/Menu/Data-binding.md @@ -518,7 +518,7 @@ In the following code example, dataSource for menu is set from DataTable. {% endhighlight %} -Sample can be downloaded [here](https://www.syncfusion.com/downloads/support/directtrac/233237/ze/Menu921663815) +Sample can be downloaded [here](http://www.syncfusion.com/downloads/support/directtrac/233237/ze/Menu921663815) Now , the menu will be displayed as shown below From 6272375d619ef40aa19989a37f720b53c84a7984 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Tue, 10 Sep 2024 09:10:28 +0300 Subject: [PATCH 5/5] fixed comment --- aspnet/Numerictextbox/Localization-Support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/Numerictextbox/Localization-Support.md b/aspnet/Numerictextbox/Localization-Support.md index e5873b6b5..1b77d9a94 100644 --- a/aspnet/Numerictextbox/Localization-Support.md +++ b/aspnet/Numerictextbox/Localization-Support.md @@ -64,9 +64,9 @@ Add the following code example in your ASPX page to render the NumericTextbox co The following screenshot displays the output of the NumericTextbox with localization. -![Configure ASP.NET Web Forms NumericTextbox localization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-localization-support.png) +![Configure ASP.NET Web Forms Numeric Textbox localization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-localization-support.png) -![ASP.NET Web Forms NumericTextbox localization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-support-display.png) +![ASP.NET Web Forms Numeric Textbox localization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-support-display.png)