ASP.NET VB with XML Serialization Ques
I am trying to use XML file as datasource not SQL Server.
When loading XML data into VS.NET it is required to use XmlSerializer object to serialize an object to an XML document?? Can you not serialize and just load it??
If so can someone give me an example or and url that has this example???
|