Tagged Questions
1
vote
0answers
13 views
Create TreeView C# for Office 365
I am currently building an Outlook Addin which enables users to save E-mails directly into SharePoint Online.
but before the E-mails get saved, they Need to be prompted by a Windows which has a ...
0
votes
2answers
261 views
How to get elements from essential List programmatically
I have gotten two lists (like a view) from Microsoft Dynamics CRM. How can I get a elements from these two lists to the C# Sharepoint code in .cs file. The Administrator of CRM told me that this lists ...
0
votes
1answer
37 views
I have got a two CAML Queryies. How Could I done to see them in 3 montths from today
I have got a two CAML Queries. How Could i set them to see all object on ASP Calendar 3 months from today day? Here are the Queries:
string DateOnlyQuery = "<Where><Eq><FieldRef ...
0
votes
2answers
271 views
DVWP Display of Multiple Lists Results in “Unable to display this Web Part” Error in Production Environment
I used SharePoint Designer 2007 to create a joined view of two lists and changed the 'ListID' parameters to 'ListName'. The list is grouped and sorted. Update: When the joined subview is in the ...
1
vote
2answers
2k views
Lists.asmx returning 401 Unauthorized
I extended the DataFormWebPart to use a SoapDataSource and get the data from the lists.asmx webservice
it works fine as long as i access data from the same webapplication but as soon as i try to get ...
0
votes
1answer
281 views
How to implement a cascading lookup on a dataview new form connected to an external database
I have a requirement to develop a new entry form for a database that drives a reporting services report. I set up SSO and created a new item dataview webpart with a table on the database as the ...
0
votes
1answer
112 views
Strange issue with DVWP in sharepoint 2007
I have created a DVWP using sharepoint designer 2007, it renders fine. However, it throws "unable to display the webpart, troubleshoot with sharepoint designer" when I check-out and save the page ...
