怎么用asp.net中gridview 对下面xml数据进行增删改查(c# vs2010 3.0) 10
<?xmlversion="1.0"encoding="utf-8"?><Students><StudentName="贾磊"><ScoreName="技能">80</S...
<?xml version="1.0" encoding="utf-8"?>
<Students>
<Student Name="贾磊">
<Score Name="技能">80</Score>
<Score Name="理论">86</Score>
<Score Name="素质">92</Score>
</Student>
<Student Name="王方圆">
<Score Name="技能">90</Score>
<Score Name="理论">86</Score>
<Score Name="素质">80</Score>
</Student>
<Student Name="周桥">
<Score Name="技能">89</Score>
<Score Name="理论">80</Score>
<Score Name="素质">78</Score>
</Student>
<Student Name="石为民">
<Score Name="技能">79</Score>
<Score Name="理论">90</Score>
<Score Name="素质">80</Score>
</Student>
<Student Name="王槟">
<Score Name="技能">70</Score>
<Score Name="理论">80</Score>
<Score Name="素质">88</Score>
</Student>
<Student Name="刘峰茂">
<Score Name="技能">58</Score>
<Score Name="理论">80</Score>
<Score Name="素质">70</Score>
</Student>
</Students> 展开
<Students>
<Student Name="贾磊">
<Score Name="技能">80</Score>
<Score Name="理论">86</Score>
<Score Name="素质">92</Score>
</Student>
<Student Name="王方圆">
<Score Name="技能">90</Score>
<Score Name="理论">86</Score>
<Score Name="素质">80</Score>
</Student>
<Student Name="周桥">
<Score Name="技能">89</Score>
<Score Name="理论">80</Score>
<Score Name="素质">78</Score>
</Student>
<Student Name="石为民">
<Score Name="技能">79</Score>
<Score Name="理论">90</Score>
<Score Name="素质">80</Score>
</Student>
<Student Name="王槟">
<Score Name="技能">70</Score>
<Score Name="理论">80</Score>
<Score Name="素质">88</Score>
</Student>
<Student Name="刘峰茂">
<Score Name="技能">58</Score>
<Score Name="理论">80</Score>
<Score Name="素质">70</Score>
</Student>
</Students> 展开
3个回答
展开全部
我的想法是这样的 ,你可以读取到这个 XML 文件,将里面的内容显示到gridview 中,然后进行增删改错, 操作完后,你点击保存事, 你要将gridview 中的数据读取出来,然后将原来的xml 文件删除,将读取的数据重新添加到一样名称的xml 文件中,前提是这个xml 有读写权限,这样就实现了这个功能,理论上行的同,没写代码,相同的文件操作我写过,可以的,你试试看,仅供参考。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
对xml的修改时在后台页面代码中实现的,可以再在相关的按钮事件中添加相应的增删改查函数,
。net4.0可以使用linqtoxml来进行相关操作
。net4.0可以使用linqtoxml来进行相关操作
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
读取显示在GRIDVIEW,对需要的操作跟操作数据库其实原理差不多
有专门的类
有专门的类
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询