028-86922220
关于创新互联
多方位宣传企业产品与服务 突出企业形象
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://kswsj.cn/article/ggodjp.html