Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-86912-webforms-alt-text-missing #538

Open
wants to merge 5 commits into
base: hotfix/hotfix-v27.1.48
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions aspnet/Kanban/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)
![Adding filters in ASP.NET Web Forms Kanban.](Getting-Started_images/aspnet-web-forms-kanban-filters.png)
18 changes: 9 additions & 9 deletions aspnet/Menu/Data-binding.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)



Expand Down Expand Up @@ -145,7 +145,7 @@ SelectCommand="SELECT * FROM [TreeBind]"></asp:SqlDataSource>

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)



Expand Down Expand Up @@ -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)



Expand Down Expand Up @@ -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)



Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)
![Data binding from datatable in ASP.NET Web Forms Menu.](Data-binding_images/aspnet-web-forms-menu-datatable.png)
10 changes: 5 additions & 5 deletions aspnet/Numerictextbox/Localization-Support.md
Original file line number Diff line number Diff line change
@@ -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** .

Expand Down Expand Up @@ -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)