Here Mudassar Khan has explained with an example, how to read (parse) XML from URL in ASP.Net using C# and VB.Net.
The XML will be first downloaded from an API using WebClient class and then will be converted to DataSet.
Finally, the DataSet will be used to populate the GridView control in ASP.Net using C# and VB.Net.
↧