Hi,
I have
SessionData sdc = new SessionData();
And all the properties of sdc are stored in a table in sql server.
I want to retrieve the properties of the sdc dynamically.
And i know
sdc. reader1["xmlname"]=
is a wrong way of doing it. So can any one help me how to proceed.
Thanks