47 Topics

Member Avatar for
Member Avatar for complete

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 …

Member Avatar for rproffitt
0
17
Member Avatar for IT-Naomi

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 …

0
133
Member Avatar for AlexN

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 …

Member Avatar for Be-Reformed
0
155
Member Avatar for AdanPuente

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 …

Member Avatar for stultuske
0
252
Member Avatar for davy_yg

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 …

Member Avatar for geniusvishal
0
218
Member Avatar for Danniboy

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 …

Member Avatar for Danniboy
0
312
Member Avatar for Wael1988

**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 …

0
92
Member Avatar for sujimon

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 …

Member Avatar for geniusvishal
0
130
Member Avatar for manaila

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?

Member Avatar for JorgeM
0
178
Member Avatar for CaffeineCoder

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?

0
139
Member Avatar for davy_yg

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.

Member Avatar for Stuugie
0
153
Member Avatar for ibthevivin

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 …

Member Avatar for CimmerianX
0
458
Member Avatar for fusionking

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 …

Member Avatar for LastMitch
0
252
Member Avatar for while(!success)

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 …

0
127
Member Avatar for harsh93

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 …

Member Avatar for LastMitch
0
185
Member Avatar for super-duper

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 …

0
108
Member Avatar for vavazoom

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 { …

Member Avatar for JorgeM
0
2K
Member Avatar for seslie

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 …

0
117
Member Avatar for singularity~

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 …

Member Avatar for singularity~
0
145
Member Avatar for Jorgensen

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 …

0
130
Member Avatar for vivek4020

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

0
138
Member Avatar for jatin24

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 …

0
112
Member Avatar for ttback

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 …

0
116
Member Avatar for ttback

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 …

0
100
Member Avatar for divin757

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 …

Member Avatar for divin757
0
187
Member Avatar for divin757

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 …

Member Avatar for divin757
0
250
Member Avatar for sharmileekumari

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); } …

0
86
Member Avatar for sharmileekumari

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 …

0
102
Member Avatar for sharmileekumari

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 …

0
93
Member Avatar for ZeroCul

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 …

-1
113

The End.