48 Topics
![]() | |
Using the Microsoft.SharePoint.Client namespace in a C# code, I am trying to access a SharePoint List but I am getting a 403. Is it because the Microsft List I am trying to access is on a different computer on the internet and the program has to be on the same … | |
My .NetFramework version does not work with my Microsoft.SharePointClient.dll version. Which vershions should I use? I am trying to add some CSOM functionality to my C# program such that I will be allowed to do CRUD operations on a Microsoft List (aka SharePoint List). Assuming you know what CSOM and … | |
Hello from Singapore.. I am Naomi... I would appreciate it much if any of you could let me know the cost comparison beside SharePoint VS FTP , also SP cloud VS SP premises... For SharePoint, premises may be good based on advantage of unlimited users vs per user charge over … | |
Hi, I was wandering if anyone could assist. We are currently Trialing office365 and would like to know if there was some way to use sharepoint to store documents (service agreements with our suppliers and warranties etc) And then notify us when they expire on a pre-selected date. Is this … | |
Hi! I would like to send SMS messages from Sharepoint when a server goes down. I have found this website that explains how to integrate it with this Ozeki NG SMS gateway. The software is ok when trying to connect the JDBC with my database, and this whole configuration looks … | |
Anyone ever used sharepoint before? I am still new with ASP.NET and sharepoint. I only able to create a simple database application with ASP.NET. Now, I wonder how difficult is it for me to be able to create an HRD Management Application with Sharepoint ? I was suggested to use … | |
Hi Danniweb community! It has been a long time, good to post again on here, always been a great site. I am currently in the process of updating many aspects of my companies IT and the next thing is our website... We are now using Office 365 and part of … | |
**hello all , i am waorking on Sharepoint 2013 project that has been done, and now i want to install it as a " test " on other farm.. 1 - how i could get the WSP Files ? 2 - how i could install those files from powershell as … | |
Hi, I want to learn Sharepoint. Over the past few days I was setting up a Virtual Machine for Sharepoint server and looking for artciles on the web. I was wondering if it is sufficient to install WSS 3.0 on my Virtual Machine to set a Sharepoint server or it … | |
The ip address of our sharepoint 2010 database server has changed, so how do we edit the new IP so that it points to new ip? | |
Hey all, Am new to Sharepoint development and am trying to create an Event Receiver to communicate with a Web service. Does anyone have any advice or any references that can point me in the right direction? | |
Hello, Someone told me that with sharepoint portal I can design database easily. Is that true? What is sharepoint portal actually? Is it possible to integrate sharepoint portal with other webbased application? I wonder if my understanding about sharepoint portal is correct? Thanks before. | |
Here's a fun problem for you geniuses who know SharePoint and networking. We upload videos to our SharePoint site. Regardless of the size, when we play it here at the corporate office, it will play about 20 seconds in and then reset to zero and you would have to refresh … | |
On a site I am helping develop, there seems to be a problem with code executing while not logged into Sharepoint 2010. When logged in as administrator, everything works fine on the site. Code executes as it should. However, when we visit the site without logging into SharePoint or as … ![]() | |
Hey guys, Does anyone have any ideas or suggestions as to how to create a dynamic form based on a sharepoint list? By this I mean, the user would select a list and a form would be generated with the correct controls/labels based upon the column attributes in the sharepoint … | |
I have 2 website in Sharepoint 2010 There is only one login for both websites. I want to put provision that some users can only use second website and some can first website. so after logged in by 1st type users they will redirect to first website and same thing … ![]() | |
Hi, I am working on a Sharepoint 2007 site. It has 2 lists: calendar and contacts. I was wondering if there is a way to connect/link those 2 lists to a table in a database, from where they could pull out the necessary data and stay updated. To make it … | |
Hello, I am trying to enlarge the font-size of an ASP:ListItem object using CSS. I have tried a few different ways - but it is not rendering. Any ideas on what would cause the ListItem to not pick up the CSS? **First try:** CSSClass="radioButtonList" under asp:RadioButtonList <style type="text/css"> .radioButtonList { … | |
Hi Daniwebers, Is there anyone familiar with sharepoint? My question is on validation of dates in sharepoint… If i have two date fields – start date(& time) and end date(&time). How do i validate these, so that a person cannot pick a time in between these? For example, if someone … | |
I have been trying to get my MVC C# code to connect to my sharepoint server. I have tried everything and I keep getting this error no matter what I try. The Web application at http://myserver/ could not be found. Verify that you have typed the URL correctly. If the … | |
Well, when almost finishing this tutorial: [INDENT][/INDENT][url]http://msdn.microsoft.com/en-us/library/ff677562.aspx[/url] I found a problem on connecting the Add-in to the database, and so the lobInstance can´t be opened: [url]http://i.stack.imgur.com/AFzie.png[/url] This is the error code. (in fact the error message was being popped out when the Excel 2010 client starts, but I commented the … | |
Hi, I am trying to get data from GetListItems in chunks of 100 so that processing them can be easier. i can specify the row limit like this. <rowLimit>100</rowLimit> But how do i get the next 100 items? Is there any way to skip over the first 100 items? Vivek | |
So i have this SharePoint 2010 Publishing site collection and i can create subsites under it simply by going to Site Actions > Create New Sites. There's a button that says 'More Options' which gives me more options for the new subsite. I get extra options like 'Permissions' and 'Navigation … | |
For the past 2 days, no matter which Sharepoint web service I access via Python's suds lib, the remote service always returns 403 Forbidden. I'm using Python Suds 0.4 and Python NTLM 1.0. Suds 0.4 has built-in support for accessing Python NTLM. I followed the documentation from Suds's website on … | |
For the past 2 days, no matter which Sharepoint web service I access via Python's suds lib, the remote service always returns 403 Forbidden. I'm using Python Suds 0.4 and Python NTLM 1.0. Suds 0.4 has built-in support for accessing Python NTLM. I followed the documentation from Suds's website on … | |
I am having trouble debugging in sharepoint. It is acting like I am debugging a different dll than the one I made code for. When stepping through it will skip lines occasionally and randomly just stop debugging. Often it will start debugging then stop randomly and show any new breakpoints … | |
When I try to navigate to the service it shows me the methods like normal but when I try to see the wsdl I get a file not found error. I have created both the wsdl.aspx and the disco.aspx. They have been deployed into _vti_bin folder. I was able to … | |
Can anyone suggest me how can I retrieve only custom lists from sharepoint site? I'm using this code to get sharepoint lists but it gives me all lists (custom lists+built in lists): [CODE] SPWeb objWeb = SPContext.Current.Web; SPListCollection lists = objWeb.Lists; ComboBox1.Items.Clear(); foreach (SPList list in lists) { ComboBox1.Items.Add(list.Title); } … | |
Hi, I have built a sharepoint webpart in sharepoint 2007. I have used windows server 2003,Visual studio 2010 and sharepoint services 3.0. I need to make this webpart work for sharepoint 2010 also. Is there any way in which I can achieve this? Or is it necessary to create separate … | |
Hi, I am using Windows server 2003 OS.I have built SharePoint webparts in VS2010 for SharePoint 2007.Each time I deploy from the WSP project it takes few minutes to deploy it to the SharePoint site. This is considerably annoying since each time when the webpart code is changes it will … | |
I am trying to pull down tasks from Sharepoint into MS Project, but my company does not have Project Server. There are no plans to get Project Server. I read that one could use "Intelligantt" or "Project Publisher" to accomplish what I am asking for. Again, there are no plans … | |
So I've been reading a lot about Access 2007, but all the books and tutorials don't talk about the stupidly easy questions. I have a SharePoint 2007 running on a server that my team has access to. From what I've read, SharePoint can easily display information and generate reports based … | |
I have created site in MOSS but when I logged in as different users I can see different layout means there are some changes in design. I have already Published (Approved) all the pages. Please give me some suggestions about my problem.Is there any designing issues or any thing else. | |
Hello, I am working in MOSS project tried to fetch records from Picture Library having folders with images. Creating UserControl in c# to fetch all these records but it didn't fetch images from folders. Tried some file handing but no success. OR help me to find any webpart for picture … | |
[B]How to save an incoming SMS in a SharePoint 2010 list and then process on that SMS and auto reply back with the matched content back to the sender ? Does anybody have any idea about this ? Basically I want to develop a SMS based online dictionary . User … | |
Most of the times we have requirements of adding different client side validations on the web pages and the easiest way to achieve this in ASP.Net is to use the existing set of validator controls. In SharePoint when we design custom webparts which takes some data as input, we might … | |
While creating a site collection or site & workspaces using SharePoint API , you can add these two lines code to enable the publishing feature.Provided below is an example using C# for enabling publishing feature at site collection level. Code in C# // Turn on publishing feature objSiteCollection.Features.Add(SPFarm.Local.FeatureDefinitions["PublishingSite"].Id); // objSiteCollection … | |
We have TFS 2008 which is uses WSS 2.0. I have tried to deploy a webpart, but the Sharepoint Configuration Analyzer supplies a "could not locate" error. I created a bin folder and put the assembly's dll in the default web site. This new bin sits next to the web.config … | |
Hello , Question is how to get People Editor Values in Sharepoint, C# ? | |
Hi there, Any idea about ---> how to change "Response to this Survey" in sharepoint ? thanks in advance, | |
hi all, i m new to sharepoint pls help - Any idea about the Sharepoint Databse structure ? I am using SqlServer 2005 with .NET, Sharepoint How to access my database? where is connection file in sharepoint ? | |
Hey All, How to get current user login values ? There is any Session variable or somethings like that ? | |
Hey all, In sharepoint , where "personal/administrator" folder exists ? [url]http://xxxxx/personal/administrator/default.aspx[/url] I searched out whole Microsoft Shared folder, but didn't found either "personal /administrator" folder or default.aspx (other than control folder, which is predefined ASP controls ) Regards, gptArun | |
Hello there, I am developing sharepoint web site with ASP.NET . Stucked in home page design [didn't found home page]. I found default.master.aspx file but it changes all pages design. You have any idea ? googled out but didn't find nearby result. :( regards | |
With all the coverage of last week's Windows 7 launch, it was easy to overlook news of the forthcoming release of SharePoint Server 2010, the next edition of Redmond's collaboration platform. A public beta is expected next month, which according a speech given by Microsoft CEO Steve Ballmer last week … | |
I have a Sharepoint (WSS) question that due to the keywords make it difficult to effectively find solutions on the web. We are trying to roll out a new Sharepoint site, but have some PR commitments to keep our original front page. I would like to know if there is … | |
Hi, i'm hoping someone can help with a slightly odd problem i have. I have a piece of code that can create a folder on a sharepoint site from one machine, but not another. [CODE] If Not System.IO.Directory.Exists(strTargetLocation) Then System.IO.Directory.CreateDirectory(strTargetLocation) End If[/CODE] Originally it was because WebDAV was not running … | |
Alfresco released [URL="http://wiki.alfresco.com/wiki/Alfresco_Labs_3"]Alfresco Labs (Beta) 3[/URL] today and with it announced a new capability that enables businesses to leverage Microsoft Sharepoint functionality without buying additional Sharepoint licenses. Sound too good to be true? It’s not, and what has allowed Alfresco to do this is the 2004 EU Commission order for … |
The End.