Hi
There are 2 views available for my existing custome List (one is "All Item" other is "My CustomeView1").
How to bind view "All items" to a new Datatable dt1 and
view "MyCustomeView" to another datatable dt2.
Like list binding to a datatable (ie.DataTable dt= list.GetItems(query).GetDataTable();)