How to create dynamic classes from XML file?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am having a XML file. I wish to create a class in VB.NET, dynamically. The name of all properties will be same as tag names in HTML file and value of that property will be value within tags. Ex. Consider part of XML file as follows. Kumar 27 .....and so on Now when I create a class from it, I should have someting like this Lets say obj is object os class. obj.Name obj.Age and value of obj.Name should be "Kumar", obj.Age--"27" and so on Can any one help me out in this case? Regards, Amol Every thing will come to you if you have faith.