diff --git a/aspnet/Kanban/Getting-Started.md b/aspnet/Kanban/Getting-Started.md index 2aaab3946..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. @@ -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..1bc88780b 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. @@ -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 @@ -518,8 +518,8 @@ 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 -![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..1b77d9a94 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: 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 --- -# Globalization Support +# 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. -![C:/Users/giftline.jebamani/Desktop/n.png](Localization-Support_images/Localization-Support_img1.png) +![Configure ASP.NET Web Forms Numeric Textbox localization support.](Localization-Support_images/aspnet-web-forms-numeric-textbox-localization-support.png) -![C:/Users/giftline.jebamani/Desktop/na.png](Localization-Support_images/Localization-Support_img2.png) +![ASP.NET Web Forms Numeric Textbox localization 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-localization-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-localization-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