Dim reportData As New DataSet()
strFileName = upload.PostedFile.FileName
reportData.ReadXml(strFileName)
the above code is used to read XML file and store in DATASET
like this How can we get EXCEL file into the dataset
Post solution for this post
Thanks in advance