Skip to content

SEO-184192 ASPNET Page with Redirect #499

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

Open
wants to merge 1 commit into
base: hotfix/hotfix-v25.2.3
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
6 changes: 3 additions & 3 deletions aspnet/AutoComplete/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Data Binding | AutoComplete | ASP.NET Webforms | Syncfusion
description: This section explains how to bind the data source key value mapping in the Syncfusion ASP.NET Web Forms Autocomplete component.
title: Data binding in ASP.NET Web Forms AutoComplete | Syncfusion
description: Learn here all about data binding support in Syncfusion Essential ASP.NET Web Forms AutoComplete component, its elements, and more.
platform: aspnet
control: AutoComplete
documentation: ug
---

# Data-Binding
# Data binding in ASP.NET Web Forms AutoComplete Control

In order to render the AutoComplete control, the data needs to be bound to it in a proper way. The following sub-properties provide a way to bind, either the local or remote data, to the AutoComplete control, by binding the appropriate data fields to the corresponding options.

Expand Down
6 changes: 3 additions & 3 deletions aspnet/DataManager/Data-Adaptors.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Data Adaptors | DataManager | ASP.NET Webforms | Syncfusion
description: Learn about data adaptors support in Syncfusion ASP.NET Webforms DataManager control and more details.
title: Data adaptors in ASP.NET Web Forms Data Manager | Syncfusion
description: Learn about data adaptors support in Syncfusion ASP.NET Web Forms Data Manager control, its elements and more.
platform: aspnet
control: DataManager
documentation: ug
keywords: JSON Adaptor, URL Adaptor, OData Adaptor, Odata4 Adaptor, WebApi Adaptor, Cache Adaptor, Custom Adaptor, RemoteSave Adaptor

---

# Data Adaptors
# Data adaptors in ASP.NET Web Forms Data Manager Control

DataManager uses adaptors to process data. There are three types of adaptors in DataManager. They are

Expand Down