Tells us what your up to Chowdary.... you can pretty much create anythig
dynamically through reflection, although whether its the best approach is
always another question.
I am actually trying to do something very similar. In my case I have an
enum that looks like:
Protected Enum serviceEnum
UNDEFINED
LOGIN
TIME
INDEX
End Enum
I need to make it more dynamic and read the values from an XML file. The
XML file structure will look something like:
<?xml version="1.0" encoding="utf-8" ?>