Click here to Skip to main content
16,016,501 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I am having records in record1 object and typpecast it to list as follows

List<dictionary><string,>> titleRow = (List<dictionary><string,>>)record1.ToList();</dictionary></dictionary>


Now i need to records form Obj_List in string variable.

How can i get this.


Please suggect me.

Thanks in advance.
Posted
Updated 1-Aug-11 21:14pm
v2
Comments
Olivier Levrey 2-Aug-11 3:34am    
What do you mean by "records from Objt_List in string variable"? I see a record1 in your code but I don't see any Obj_List. And how the string should look like? Please give example.
BobJanova 2-Aug-11 5:12am    
Your question doesn't make sense.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900