Hello,
I have a huge XML file with around 250 distinct tags. I want to read each tag & insert the values in the database using
VB.NET without checking for each tag name while reading XML file in my code.
Is there any simple method for doing it?
Thanks
Hitesh