I want to set workflow on sur开发者_运维知识库vey creation to create list item, like, when I create survey, I want item of list to be created automatically.
what do you think is the best way to display items from some Custom List (on sharepoint 2010) to completely different portal on SharePoint 2007 with minimum or not at all programmi开发者_如何转开发ng?
If I have the following class: class SPUser { public int ID { get; set; } public string Name { get; set; }
I’m trying to connect two DropDownList (ddlCountry and ddlCity) together. I want that when the user changes the Country, the ddlCity is updated consequently.
I am trying to hide a column in Sharepoint 2007 using Jquery. The code I am working to hide columns <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js\">
Is it possible to develop a Web Part without usage of .NET technologies? I\'m looking for possibilities of integration of legacy (for example java) applications into Share开发者_开发问答Point.Any vali
I followed this link and did it http://msdn.microsoft.com/en-us/library/gg251994.aspx But our scenario is litter different:
As part of a larger batch script, I need to copy a directory from a TFS Sh开发者_JS百科arePoint site down on to the local drive. So something like:
SharePoint 2007: WorkRequest List: has n number of column开发者_高级运维s I want to display WorkRequest List columns vertically in SharePoint environment, could you please help me?You can use listVie
I am using an ASMX service in my app and would like it to point to a particular web service URL. I have defined it as below: