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-185391-Image-Alt-changes-asp-net-core #407

Open
wants to merge 2 commits into
base: hotfix/hotfix-v26.1.35
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
2 changes: 1 addition & 1 deletion aspnet-core/Button/Button-Type.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ N> To render the Button Control you can use either Razor or Tag helper code as g

Execute the above code to render the following output.

![](Button-Type_images/Button-Type_img1.png)
![Button Type in ASP.NET Core Button.](button-type_images/aspnet-core-button-type.png)

Different button types
{:.caption}
14 changes: 7 additions & 7 deletions aspnet-core/DataManager/CRUDDataOperations.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: CRUD Data Operations | DataManager | ASP.NET Core | Syncfusion
description: CRUD Data Operations
title: CRUD Data Operations in ASP.NET Core DataManager Control | Syncfusion
description: Learn here all about crud data operations support in Syncfusion ASP.NET Core DataManager control, it's elements, and more.
platform: aspnet-core
control: DataManager
documentation: ug
keywords: Insert of Records, Delete, Update, Read, Remove, Add Fields

---

# CRUD Data Operations
# CRUD Data Operations in ASP.NET Core DataManager

The DataManager fully supports the CRUD (Create, Read, Update, Destroy) data operations. However, it must be combined with some user interface or another Syncfusion UI widget such as the Grid, ListView, etc.

Expand Down Expand Up @@ -85,7 +85,7 @@ The insert method of the data manager is used to add a new record to the table.

{% endtabs %}

![](CRUD_images/insert1.png)
![Insert in ASP.NET Core DataManager.](crud_images/aspnet-core-data-manager-insert.png)

### Update

Expand Down Expand Up @@ -154,7 +154,7 @@ The update method is used to update the modified changes made to a record in the

{% endtabs %}

![](CRUD_images/update1.png)
![Update in ASP.NET Core DataManager.](crud_images/aspnet-core-data-manager-update.png)

### Remove

Expand Down Expand Up @@ -223,7 +223,7 @@ The remove function receives the items to be deleted in the Data Table. The func

{% endtabs %}

![](CRUD_images/remove1.png)
![Remove in ASP.NET Core DataManager.](crud_images/aspnet-core-data-manager-remove.png)

## Remote CRUD Operations

Expand Down Expand Up @@ -311,7 +311,7 @@ The insert method of the data manager is used to add a new record to the table.

{% endtabs %}

![](CRUD_images/insert2.png)
![Remove CRUD opeartions in ASP.NET Core DataManager.](crud_images/aspnet-core-data-manager-remove-crud-operations.png)

### Update

Expand Down