如何使Gridview里有2个编辑按钮
1个回答
展开全部
OnRowEditing这是当你点击[编辑]按钮时会执行的方法。进入了编辑模式后再点击[更新]时又会触发GridView.RowUpdating事件,按你的说法就是执行OnRowUpdating方法了。
让GridView的某一行进入编辑模式的关键是:
1、CommandField里设置了ShowEditButton属性为true.
2、ButtonField的CommandName为Edit.
3、TemplateField内的任意一种Button(LinkButton, ImageButton, Button)只要它的CommandName为Edit.
让GridView的某一行进入编辑模式的关键是:
1、CommandField里设置了ShowEditButton属性为true.
2、ButtonField的CommandName为Edit.
3、TemplateField内的任意一种Button(LinkButton, ImageButton, Button)只要它的CommandName为Edit.
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询