Tagged Questions
1
vote
0answers
90 views
filtered lookup: query filter
I have a task to make a small helpdesk app :)
I have a "SITE 1" where I made a custom list "APPS" with a list of applications and other custom list "MODULES" with a list of application modules from ...
0
votes
0answers
890 views
Join With Camlquery for Lookup Column Field
there are 3 List on My Scenario :
1) Tasks : Columns like this :
(Column Name) Title
--------------------------
TitleTest
TitleTest2
2) List1 : Column ...
0
votes
2answers
1k views
Retrieve items from one column in a list using CAML and bind that data to dropdownlist
I want to retrieve a column items from the list. My list contains two columns. I want to retrieve first column items and those items should bind to the drop down list. I am doing this in a web part. I ...
1
vote
4answers
399 views
How to get the nth record using CAML from list
How to get the nth record (lets say 133rd) from the 1000 records (or unknown number of records) by using CAML query.
0
votes
3answers
532 views
how to check CamlQuery results
.I am running below query against a sharepoint list.
How to check the results of below Camlquery? cPop is set with value 'AboutUs'.
Result is always zero records although list has valid matching ...
5
votes
3answers
541 views
sharepoint caml is fast - how?
We all know that Caml is faster than using linq, since linq internally gets translated to caml.
But can anyone explain how caml is best to do sharepoint queries or how it is fast or what makes it ...
0
votes
0answers
72 views
CAML : How to Join Two List in CAML Query? [duplicate]
Possible Duplicate:
How can I Create a join between two sharepoint custom list using CAML Query?
I have been asked this question in interviews a lot and I am still trying to figure out what ...
0
votes
4answers
1k views
Where can I find a good CAML tutorial?
I am just starting to get my feet wet with SP Foundation 2010, and need to customize some web parts. I am looking for some CAML tutorials that go beyond what's on the MSDN site, and also include the ...
2
votes
4answers
632 views
where clause is ignored when query list
I have a CAML query which returns lists by a lookup field.
here is the query
<Query>
<Where>
<Eq>
<FieldRef ...
1
vote
4answers
4k views
get all document from all folder and subfolder from document library sharepoint 2010
I want to retrieve all documents from folder to it's subfolder and so on using client object model.Please help me.
0
votes
1answer
354 views
Logical AND ,OR CAML Query not working in External List
I am using ClientContext Class and CAML query to retrieve items from External List in sharepoint 2010.I have built the query with Logical AND Condition in CAML Query like this
string sDataFilter ...
1
vote
1answer
244 views
SPQuery doesn't return all rows
I don't know why i only get one row as per below:
When they are 2 rows to be returned.
Am i missing something using SpQuery?
Thanks in Advance
string siteUrl = ...
1
vote
1answer
519 views
How to Retrieve Numeric Column value from SharePoint List
In the SharePoint list I am having the numeric column and the value is like this
123,456,789,012,346,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000.
I am using SPQuery to retrieve items ...
1
vote
2answers
882 views
How to get List Item from sharepoint list based on ItemID
Dynamically I am adding radgrid to the page. I need to retrieve list item from the SharePoint list. Say I have 10000 items in the list using SPQuery, I will get filtered records as 2000 items. Here ...
1
vote
2answers
325 views
How to order all day events on a calendar
I have a calendar list with a choice called "Category" with items A,B,C,D. I want to sort the all day events that are shown based on the selected category. I tried to set the Orderby
...

