End Google Ads 201810 - BS.net 01 --> Hi,

I need to insert an instance of user defined class into a datarow in datatable.
I tried casting to the class name,object everything, but its always showing as string object. Anybody having any idea about this... A sample code is given below....
dataRow[dataColumn] = (MyClass)value;
Here value is an object of type MyClass...bt after execution, the result in dataRow[dataColumn] is of type string object..

Please help...its urgent...