Hi I have a Sharepoint 2010 List. I want to create a DataTable object which has all the items of this particular list. How can I achieve this?
For e.g. List = List1 | View = View1 | Columns = col1, col2, col3.
P.S.: I am not a regular developer and am just starting development, so if I can get a sample code which I could implement, it'd be good for me.