Hi Guys,
I need to access an objects proerty as obj["Feildname"] instead of
obj.Fieldname , which i can't do.
So i thought of converting that object to Datatable so that i can access the object's property as
Datatable.rows[0]["Fieldname"]
could any one guide me how to convert my object to Datatable. Early response is appreciated
Kallis..
Go to the complete details ...