将数据绑定到Gridview中的文本框并保存到数据库

问题描述:

我想将数据从文本框绑定到gridview,然后将其存储在数据库中.

I want to bind data to gridview from textbox and then store that data in a database.

首先,我想您必须在特定位置复制文本框值网格的行和列,然后应提供一个按钮,用于将所有更改的网格行和列发送到数据库.
first i guess you have to duplicate the textbox value in specific row and column of grid, then should provide with a button that sends all changed grid rows and columns to database.