239 Topics

Member Avatar for
Member Avatar for bleedsgreen33

I inherited a website here at work. The menu system uses a convoluted jquery / javascript structure. There are 8 different types of "users" for this website, from administrator to contractor or accountant, etc, and the person made 8 different versions of the menus covering nearly 80 different pages within …

Member Avatar for tokick4
0
3K
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
188
Member Avatar for darthswift00

Hi guys, I was wondering if anyone knows "What is validity" in terms of Sharepoint? Thanks

Member Avatar for darthswift00
0
141
Member Avatar for ben.matthews18

Hi, I have sharepoint 2010 setup on a server called 'sharepoint2010' and i have a file share setup on another server called 'filestore\files'. If i use the page view web part i can display the contents of the file share internally in our network by pointing the url to '\\filestore\files'. …

Member Avatar for CimmerianX
0
157
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
132
Member Avatar for ben.matthews18

hi here's how i have my sharepoint site setup. root is http://sharepoint2010 this is on port 80. I have my homepage setup on http://sharepoint2010/sites/intranet how can i create a redirect so that when people access http://sharepoint2010 they get redirected to http://sharepoint2010/sites/intranet ? when i access http://sharepoint2010 i just get a …

Member Avatar for JorgeM
0
100
Member Avatar for ben.matthews18

hi, i'm in the education sector and we're in the process of setting up sharepoint. How would i go about displaying the users documents in sharepoint? We're in a domain environment, I cannot seem to find any 'web parts' that can do this. Thanks

Member Avatar for kevinp2012
0
178
Member Avatar for ben.matthews18

Hi, I'm testing sharepoint out and i've come accross a problem. i've installed everything snd it's all gone smoothly. when i create a new web application it completes successfully. when i create a new site collection that goes fine. i chose the 'team site' template. How do i view the …

Member Avatar for ben.matthews18
0
112
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 smartsheep

I use the name as I was working for a company that was doing SQL stuff and CIM and corporate relations. SharePoint kind of things. They were looking for a new name and I came up with smartsheep as sheep are dumb individually but smart collectively. Just like people. Anyway …

Member Avatar for JorgeM
-1
98
Member Avatar for veledrom

Hi, I'm having problem with reading xml file because there are invalid chars like & sign. How can I evaluate this problem and read the file with simple_xml or DOM? **php** $xmlDoc=simplexml_load_file('items.xml'); $doc = new DomDocument; $doc->load('items.xml'); //Both of these don't work **xml** <?xml version="1.0" encoding="ISO-8859-1"?> <store id="AMZ-0101-STR"> <items> <item> …

Member Avatar for pritaeas
0
252
Member Avatar for tudorH

Hi Guys I'm having an issue with styling the MySites in SharePoint and am wondering whether there is anyone here who has any experience with this... Basically I am trying to move the top ribbon (Site Settings...) above the top navigation bar (My Site, My Newsfeed..), this is the code …

0
90
Member Avatar for christot

Hi guys ! :) im having a trouble working on a report about sharepoint service and i think this is the best place to ask for help. can anyone give me some overview about this? THANKS. **GODBLESS** ^^

Member Avatar for christot
0
49
Member Avatar for tudorH

Hi, I am totally new to XSL and this is my first time coding it with it. I have HTML and CSS experience and trying to figure out how to integrate it all together for a SharePoint view. Basically I have an XML file with about 3 records, each having …

Member Avatar for Mike Askew
0
784
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
120
Member Avatar for SummerNight

Hi, How do I programatically find the GUID for the Sharepoint List **View** given that the name of the view is known. A user has to input the view name and the program should be able to spit out its GUID. Thanks.

Member Avatar for SummerNight
0
191
Member Avatar for snefmoo

I want to implement more use of the intranet which would include time sheet and holiday request forms submission etc. This seems possible through sharepoint 2010 but not sharepoint 2007. Is there an easy and quick upgrade path or is there something else which is cheap (FREE) that would resolve …

Member Avatar for DavidB
0
151
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
150
Member Avatar for Human01

[COLOR="Red"]Hi all, I'm in my final year and I'm supposed to do an IT Project Managment Assignment. I have little knowledge in IT Proj. so I need your assistance and guidance to put me on the right track. Some points and hints from you will make my life easier. I …

Member Avatar for Keath Moore
1
441
Member Avatar for smsm08

> Quoted Text Here <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema"> <xsl:output method="html" indent="no"/> <xsl:template match="//xml"> <span style="border:solid 1px black"> -<xsl:value-of select="@query"/>- </span> <xsl:for-each select="//z:row"> <div> <xsl:value-of select="@ows_LinkTitle"/> </div> <div> <xsl:value-of select="@ows_Body"/> </div> </xsl:for-each> </xsl:template> </xsl:stylesheet> Gave me the …

-2
129
Member Avatar for gameover9

I am trying to write a program to browse to a WSP file and then run the STSADM to make it easier to add solutions to our sharepoint site. The STSADMN is located in c:\program files\common files\microsoft shared\web server extensions\14\bin\stsadmn.exe. [CODE]stsadm -o addsolution -filename "filename that was selected"[/CODE] This currently …

Member Avatar for gameover9
0
178
Member Avatar for Fafnir

Hello, I’m trying to spec a Windows Server setup for 110 users spread over 16 sites, with about 50 of those being connected between 9-5. My initial spec for this is two HP Proliant ML350 G6 with a Xeon Quad Core 2.4GHz in each, 12GB of RAM in one and …

Member Avatar for Fafnir
0
211
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
134
Member Avatar for fobos

Hello all, i was wondering if you could add a forum for sharepoint? if there is already one, can you please point me in the right direction? R/S, fobos

Member Avatar for deceptikon
0
84
Member Avatar for moone009

I work for a small warehouse management software company and we were looking at dropping DotNetNuke for our inventory management portal and switching to Sharepoint(myself never thought of Sharepoint as an option). I was wondering if anyone has some insight on External Sharepoint sites as far as pros/Cons.

0
77
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
140
Member Avatar for rexesq

I appearts that I have the Google Redirect malware somewhere. About 2/3 of the time,when I click on a Google result, I get redirected. This behavior happens only in MSIE; it does not happen in Chrome. I have run Super Antispyware, MS Security Essentials, and MBAM multiple times. SASW finds …

Member Avatar for alex.kerchner
0
350
Member Avatar for natakudragoon

ok i just got this laptop from my friend and apparently it seems to have contracted malware, particularly ping.exe? i ran a GMER scan, but i could not save a log file. Malwarebytes' Anti-Malware 1.51.2.1300 [url]www.malwarebytes.org[/url] Database version: 911122703 Windows 6.1.7601 Service Pack 1 Internet Explorer 9.0.8112.16421 12/27/2011 2:31:27 PM …

Member Avatar for jholland1964
0
1K
Member Avatar for dapesche

So I was searching for that awesome pic of the anteater standing up saying 'f@ck you, I'm an anteater', for my wife because it is hilarious. Unfortunately, my AVG 'free' caught an issue, but it was too late. I noticed ping.exe in the task manager. Really appreciate you folks taking …

Member Avatar for PhilliePhan
0
413
Member Avatar for Cheda

Ok, I have a Windows 7 Ultimate 64 Bits system, so in the beginning, I couldn't use the Microsoft® Windows® Malicious Software Removal Tool because it says that it is not compatible with my system. Then I used the ATF-Cleaner and it was OK. Then I downloaded GMER and the …

Member Avatar for jholland1964
0
451
Member Avatar for sic08869

I have a legacy exchange server that is also my internal root certificate authority. In looking at all the various nodes and issued certs it looks as though they are all checking in and getting updated certs. From what I understand this is not necessary in a domain environment with …

0
89
Member Avatar for Pawan Tolia

I want to redirect a Sharepoint web page...Using relative and absolute urls plz provide some approach towards it

0
79
Member Avatar for Marcus Bush

Hello, I'm a brand new Junior Developer with about 5 months experience in ASP.NET building pages using .aspx with code behind, etc. I luckily just landed my first new job and my first project handed to me as I got set up is to have information input in a table …

Member Avatar for Marcus Bush
0
127
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
114
Member Avatar for soft_coder

Hi! I have added a user control to a master page that contains only JavaScript only, neither HTML nor server side code. When I opened the page I got the following error: [B][url]http://server/_catalogs/masterpage/Master.master(26):[/url] error CS0030: Cannot convert type 'Microsoft.SharePoint.WebControls.CssRegistration' to 'System.Web.UI.IAttributeAccessor'[/B] Please suggest.

Member Avatar for hericles
0
97
Member Avatar for mspatel724

Hey guys I am new to this site, so I would like to say hello to everyone here. So, the title was posted as job situation/IT career advice. I wanted to hear some people give me some advice on the IT career field. Background: I am currently a senior at …

Member Avatar for Coolyfett
0
259
Member Avatar for Revlis

Hi all, So my task was to build basically photo-based department org-charts for a SharePoint 2007 environment. Not sure why I was asked to do this as the last time I web designed was when Netscape 4.0 and IE4 were still duking it out, but whatever. I inserted my images …

Member Avatar for Revlis
0
2K
Member Avatar for StarF

Hi I am trying to write a app that shows all the content in one list, from our sharepoint 2010 site. I found this on how to get all the lists pretty easily: [url]http://www.dotnetspark.com/kb/3573-fetching-lists-from-sharepoint-2010-site.aspx[/url] is there any way, just as simple to just get all the content from one specific …

0
63
Member Avatar for flipboi15

hey guys, I play need for speed world and yesterday my brother was using my computer and when I play games it lags. Im sure its a virus because when I woke up this morning there were ads on my screen. Here are the logs you requested. GMER does not …

Member Avatar for crunchie
0
521
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
66
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
123
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
102
Member Avatar for batlou

I am trying to build a WebPart using C# that passes the selected value from one WebPart to another WebPart. To do this I am using a Public interface to get the values. When I try to compile the code it returns the following error... "A namespace cannot directly contain …

Member Avatar for Acasia
0
445
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
190
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
254
Member Avatar for ronny22

Hi guys i liked to know how i could access data from a sharepoint site example like the lists and output them on my asp site so basically The SharePoint site contains four lists (Sales People; Technical Staff; Customers; Appointments). These lists are being used instead of a set of …

0
51
Member Avatar for o.narasimharao

Looking to work as freelancer in ASP, ASP.Net,C# and Sharepoint. If anyone needs this type of work, please contact us. [email]O.Narasimharao@crawler.com[/email] 09962353555

Member Avatar for vish_96
0
161
Member Avatar for revjim44

I'm currently thinking of having a older VisualFoxPro database installation, migrated to the .NET platform, and am envisioning mySql, with a .ASP and Sharepoint front end. I'm just at the beginning of determining what frontside functionality will be needed, but in general, for developing a 10-20 user access, small database, …

Member Avatar for lasitha2005d
0
119
Member Avatar for bluehangook629

I am currently running a test environment on a SBS 2003. I had SharePoint Service running for about couple of weeks but after a Windows update by SharePoint stopped working along with my SQL Server. I found out that all of SharePoint files are in c:\Inetpub\companyweb but the folder is …

Member Avatar for lasitha2005d
0
194
Member Avatar for rowly

Hello Guys, we just created a website using sharepoint 2010 and we implemented a booking system inside this website. we used a bamboo calender plus webpart as a booking system. now getting to the problem. there is a link inside this webpart where we click to enter new item(equipment booking). …

Member Avatar for Airshow
0
220

The End.