是否可以在gridview中添加没有databind的新行?ASP.Net

时间:2022-10-24 13:54:36

Is it possible to add new row in gridview without again databind to gridview.

是否可以在gridview中添加新的行,而不再将databind添加到gridview中。

1 个解决方案

#1


1  

If you are using the DataTable as the Data source, first you add a new to the data table and then set this altered datatable as datasource of grid view.

如果使用DataTable作为数据源,首先向数据表添加一个新的,然后将这个修改后的DataTable设置为grid view的数据源。

#1


1  

If you are using the DataTable as the Data source, first you add a new to the data table and then set this altered datatable as datasource of grid view.

如果使用DataTable作为数据源,首先向数据表添加一个新的,然后将这个修改后的DataTable设置为grid view的数据源。