Tag Archives: SPQuery

SPQuery returns all the items

There is a silly mistakes which we generally do in CAML query. I have written a simple query to fetch some items based on title: <where><Eq><FieldRef Name=’Title’ /><Value Type=’Text’>Prasanta</Value></Eq></Where> it returns all the items from the List.   Later I … Continue reading

Posted in SharePoint issues | Tagged , | Leave a comment