重庆分公司
重庆分公司
xml文件读取后绑定到gridview
DataSet ds = new DataSet();
string filePath = FileUpload1.PostedFile.FileName.ToString();
try
{
if (filePath == " ")
{
Response.Write("");
}
else
{
ds.ReadXml(filePath);
gvPersonList.DataSource = ds.Tables[0];
gvPersonList.DataBind();
}
}
catch(Exception)
{
Response.Write("");
}
分享标题:xml文件读取后绑定到gridview
网址分享:
http://cxhlcq.com/article/ggodjp.html
-
在线咨询
![](/Public/Home/img/weixin.png)
微信咨询
![](/Public/Home/img/ewm.png)
![](/Public/Home/img/dianhua.png)
电话咨询
-
028-86922220(工作日)
18980820575(7×24)
-
![](/Public/Home/img/dengji.png)
提交需求
-
![](/Public/Home/img/top.png)
返回顶部