重庆分公司
重庆分公司
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
标题URL:
http://cxhlcq.com/article/ggodjp.html
-
在线咨询

微信咨询


电话咨询
-
028-86922220(工作日)
18980820575(7×24)
-

提交需求
-

返回顶部