I have created a List in SharepointUI, then made some layout changes in InfoPath.I then created a WSP file and imported the List into a new Project in Visual Studio 2010.
I am trying to find a optimized method for working with LINQ queries vs calling SPQuery for a select statement. The case in question is: I have a document library that has got to close 5000+ documents
Consider the following (working) query. It returns an entire SharePoint row, then I get the value I (really wanted) from the row. How can I return only that value?
so I\'ve created a WebService in SharePoint and made it a ScriptService by referencing the respective DLL and using the attribute. I do make the cal开发者_开发技巧ls in jQuery. Everyhting here works g
I am using this code to download file on button click. Code works perfectly but only one problem exists that code executes perfectly only for first time, means for first when I click on download butto
Inheriting from the System.Web.UI.WebControls.WebParts.EditorPart class I have been shown that it is possible to expose a public property in your VisualWebPart that when updated through the EditorPart
I got a backup of a Sharepoint 2010 site that I created from our client\'s production server so that I can make some new changes to it on my staging server.
I have a Standalone application, which needs to access a Sharepoint list. I bumped into a few articles, mentioning Web Service is the way to go about it.
Im having a big problem in Sharepoint 2010. Im already thinking its a bug in the product. I need to search two Form Libraries, one in a site in English, and the other in a site in Portuguese, with th
I am try开发者_如何学Pythoning to find a way to deploy pre-built .aspx pages as part of a Sharepoint 2010 Feature.