Hi,
i would just like to know if the way i am doing (parsing xml data) is correct.
From web service (hosted on sharepoint 2007) i retrive xml data. Web service does not retrive any parameters, just returns data. Now I'm using jQuery .ajax() function to go throu this data and output it.
XML is very deep inside (7 levels)
Just an exa...
Hi All:
Is There any way to change current activity in Sharepoint 2007 Workflow ????
...
Hello
I'm working on a bunch of solutions which uses a third party DLL from vendors like Telerik. We use the dll in most of your solutions. But when i uninstall any of the solutions the dll is getting removed from the assembly. This is a very unfortunate behavior.
I guess even putting the dll in the bin folder wont help it. Because i c...
Hi,
I have an AJAX web part which is working properly in my local windows 7 environment, but when I deployed in the real environment which is running win server 2003, it doesn't work as I expected. Does anybody have an idea to resolve this? I am using MOSS 2007
Thanks in advance.
...
I am having trouble getting Visual Studio 2008 remote debugger to hit break points.
I have two VMWare virtual machines.
One hosts the SharePoint MOSS 2007 Shared Services and Central Admin and has Visual Studio 2008 Professional on it as well. I am using WSPBuilder to structure and deploy my web part.
The other machine is a Web Fr...
hi all,
I have to retrieve all the items from a list based on the condition that are modified in the last 1 month. I am using the following Caml query but its not working.
<Query>
<Where>
<Geq>
<FieldRef Name="Modified" />
<Value Type="DateTime">[Today-30Day(s)]</Value>
</Geq>
</Where>
</Query>
Please help me regarding this issue.
...
hi all,
i have created a sharepoint site urls:
internal url : http://orbsp:2323
external url : http://orbsp.com:2323.
when i am trying to access from other computers,its not opening.
plesae help me regarding this issue.
...
when i am trying to access the extended web application on internet,there is an error coming on the page (SPError)..how to resolve this issue
...
When creating a Sharepoint 2007 survey, there is a possibility to show/hide the username of the user who took the survey.
Is it possible to set this option to No by default and make the selection read only?
...
In the process of tracking down an elusive Sharepoint custom workflow problem, I cranked up the verbosity level on our sandbox MOSS server and noticed the following error message start popping up:
SPSite should not be used with mixed impersonation state. If you do want to cache an SPSite created within RunWithElevatedPrivileges, call...
what is the difference between SPfolder.ContenttypeOrder and SPFolder.UniqueContentTypeOrder?
Why sometimes UniqueContentTypeOrder is null?
How do i get the contenttypes attached to a folder which are visible to this folder and in order? I thought by using UniqueContentTypeOrder, but sometimes it is set to null?
Thanks
...
I have observed that certain list/library types are created within specific NavBar "Quick Launch Headings" (ie. Document Libraries are created under "Documents" - ID="1004"). Where is this defined? I would like my custom list and library definitions to be added to specific headings when "Display this list on the Quick Launch?" is set t...
I have a site at http://moss/sites/Electronics/Laptop
I have given users contribute permission on laptop site but still when they try to edit the page they are getting access denied, I have checked the permission level and all permissions are fine bt still users are not able to edit page.
I gave them read permissions on Electronics sit...
I need to find this page to modify something in the settings, but I can\t reach it! SP 2007
...
When I open an Excel file stored on Sharepoint, I have the option to open it Read Only or in Edit mode. If I open it Read Only, Excel opens up and I see "Server Workbook To modify this workbook, click Edit Workbook". I need to retrieve this Excel file through an ASP.NET application, yet still have this Server Workbook functionality.
I...
Hi Guys,
in our Company we have a Sharepoint 2007 Server which we are using to keep track of our cars.
What I try to achieve is to have a aspx page where you can select a car of the cars list and then click "request". If you did that the page must switch to another text saying something like "car request in progress" (and of course hide...
hello,
When I compile my SharePoint 2007 solution on a 64-bit machine in Release mode and the platform set to AnyCPU or x86 I get the following error:
An attempt was made to load an assembly with an incorrect format: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI\Microsoft.Office.Server.Search.dll.
When ...
Hi,
I have created a sharepoint custom list. List items contains various fields like name, email etc.
I want one field to be editable. Other fields should be read only.
Could anyone point in the right direction.
The other question is,
I am entering the data into sharepoint custom list thru the form created in sharepoint designer.
H...
Hi,
I have tried to write a code in object model using C#.Net for accessing a sharepoint list items and document library, I have to set allowunsafeupdates property to be true.
Is it massive security problem to the whole site..
Could anyone clarify this ...
...
I have custom list in sharepoint and I am doing validation through sharepoint designer using Jquery. My requirement is I want to access list items from sharepoint in the client side before I can enter new data.
Is there anyway I can access custom list items before I can push new list items in to the custom list.
If I can access then I...