在ASP.Net中大量编辑GridView [英] Bulk Editing of A GridView in ASP.Net

查看:149
本文介绍了在ASP.Net中大量编辑GridView的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在ASP.net中实现大量编辑网格视图的最佳方法是什么?我不希望用户必须单击每个行上的编辑才能更改它。

What is the best way to achieve bulk editing of a grid view in ASP.net? I don't want the user to have to click edit on each individual row to change it. It would be much better if they could make all the changes and then submit them in one go.

我想要的是类似

Item1 xxxx

Item1 x x x x

Item2 xxxx

Item2 x x x x

Item3 xxxx

Item3 x x x x

提交

网格视图是否是实现这一目标的好方法?

Is a grid view even a good way to go about achieving this?

推荐答案

这里是一个支持批量编辑的GridView: http://blogs.msdn.com/b/mattdotson/archive/2005/11/09/real-world-gridview-bulk-editing.aspx

Here is a GridView that supports bulk editing: http://blogs.msdn.com/b/mattdotson/archive/2005/11/09/real-world-gridview-bulk-editing.aspx

这篇关于在ASP.Net中大量编辑GridView的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆