资源简介
c#读写xml实例(仅读写)
代码片段和文件信息
//Download by http://www.NewXing.com
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace Readxml
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void ShowPerson()
{
DataSet myDataSet = new DataSet();
myDataSet.Readxml(“Person.xml“);
dataGridView1.DataSource = myDataSet.Tables[“student“];
}
private void Form1_Load(object sender EventArgs e)
{
ShowPerson();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1245 2011-07-30 14:57 Properties\AssemblyInfo.cs
文件 2876 2011-07-30 14:57 Properties\Resources.Designer.cs
....... 5612 2007-01-03 15:31 Properties\Resources.resx
文件 1143 2011-07-30 14:57 Properties\Settings.Designer.cs
....... 249 2007-01-03 15:31 Properties\Settings.settings
文件 714 2011-07-30 14:57 Form1.cs
文件 2463 2011-07-30 14:57 Form1.Designer.cs
文件 5814 2007-01-03 15:37 Form1.resx
文件 505 2011-07-30 14:57 Program.cs
文件 3429 2010-02-08 15:26 Readxm
文件 903 2010-02-08 15:26 Readxm
....... 2373 2007-06-04 17:37 bin\Debug\PERSON.xm
....... 8192 2010-02-16 12:06 bin\Debug\Readxm
....... 32256 2010-02-16 12:06 bin\Debug\Readxm
....... 14328 2010-02-16 12:06 bin\Debug\Readxm
....... 490 2009-06-11 05:14 bin\Debug\Readxm
文件 1999 2011-07-30 14:57 obj\Debug\Readxm
....... 847 2010-02-08 15:26 obj\Debug\Readxm
....... 8192 2010-02-16 12:06 obj\Debug\Readxm
....... 180 2010-02-08 15:26 obj\Debug\Readxm
....... 32256 2010-02-16 12:06 obj\Debug\Readxm
....... 180 2010-02-08 15:26 obj\Debug\Readxm
....... 4608 2010-02-08 15:26 obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
目录 0 2010-02-08 15:26 obj\Debug\TempPE
目录 0 2010-02-08 15:26 bin\Debug
目录 0 2009-04-23 14:15 bin\Release
目录 0 2010-02-16 12:06 obj\Debug
目录 0 2009-04-23 17:24 Properties
目录 0 2009-04-23 14:15 bin
目录 0 2010-02-08 15:26 obj
............此处省略3个文件信息
- 上一篇:c#对xm<x>l操作
- 下一篇:C# 读写IC卡
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- pop3lib类库 +(这个不错) 附完整
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
评论
共有 条评论