Hi,
In my database table I have a column which has all the properties of a class. And While reading from the table I need to get the values of the properties.I have to get the value on a label.But obviously
lblTest.Text=reader["Description"].ToString();
wont work. As I need to get the values. I don even know how to approach.Please help its urgent.
Thanks in advance.