I´m starting with Sharepoint 2010 development with Visual Studio and I´ve been the entire evening looking for a solution to retrieve data from a list according with the value of one of its fields.
I´m looking for something like
SPListItem item = list.GetItemWithValue("Field_Name");
What I´m trying to achieve is convert a SPList into a html list with a TreeView format.
Thanks a lot for your help!
You can do this by using
CAMLquery.