239 Topics

Member Avatar for
Member Avatar for 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

Member Avatar for gptArun
0
215
Member Avatar for Techsavy

Hi, I have some 100 xml documents on a sharepoint website and I would like to replace the value of a particular attribute inside each XML document on the server. To do this: I would like to run a command line tool developed in Javascript which will ask me the …

Member Avatar for Airshow
0
143
Member Avatar for EddieC

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 …

Member Avatar for wenhsintang
0
747
Member Avatar for aboell

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 …

Member Avatar for aboell
0
119
Member Avatar for centu

I have set up VMware server 2.0.1 on my host computer running Windows 2008 R2. I am Running several Windows 2008 guests OS that I will be using for sharepoint and sql server. The guest IP nic cards are set as bridged and receive their IP from a linksys router. …

0
52
Member Avatar for troyab

Name: Troy Location: Adelaide, South Australia Age: 40 Hobbies: Who has time for hobbies!! Relationship Status: Married, 4 kids.. hence no hobbies! Fav Music: 80's - Dire Straits, Genesis, Phil Collins.. Newton Faulkner, Lily Allen Education: Diploma in Information Systems Work: 20 years as an employee, the last being 12 …

0
16
Member Avatar for vinekuma

Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:57:04 AM, on 1/9/2010 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Safe mode with network support Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\Program Files\Internet Explorer\iexplore.exe C:\Documents and Settings\vkumar1\Local Settings\Temporary Internet Files\Content.IE5\BNGLZCDG\HijackThis[1].exe …

Member Avatar for jholland1964
0
301
Member Avatar for Ranx

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 …

Member Avatar for Ranx
0
204
Member Avatar for newsguy

The concept of a soldier with a battery powered radio hiding in the bushes and reporting back to base for enemy troop position information is, other than in the movies, long gone. Heck, even the days of email and email attachments being sent via satellite modem to provide this kind …

Member Avatar for jjustice
0
179
Member Avatar for jjohnson0819

I wrote a custom web service to submit a form from sharepoint to sql. The form works properly and says the form submitted sucessfully but no data is stored in sql. I am pulling my hair out. Any help would be appreciated. Code is below. [CODE]<%@ WebService language="VB" class="Submit" %> …

Member Avatar for Elehas
0
151
Member Avatar for brimble2010

Hi all, I am currently developing a webpart that works as a submit for many web parts at once. When the Submit button is pressed, it sets a session variable and then when the page is realoded, each form on the screen responds to this and calls their own Submit …

0
63
Member Avatar for btech_Saurabh

Hi Community..... "The request failed with the error message:<head><title>Document Moved</title></head>\n<body><h1>Object Moved</h1>This document may be found <a HREF=\"http://moss:25031/sites/Transformers/default.aspx\">here</a></body>" I get this error whenever i trying to use my WebServices via Proxy Class. I have created a Custom WebService, It builds fine. Then i created a .disco and .wsdl file by using …

Member Avatar for KSDev
0
593
Member Avatar for TAMU_David

This is the XSLT from a SharePoint Dataview: [CODE]<tr> <td class="ms-vb">Trip Count : <xsl:value-of select="count(/dsQueryResponse/Rows/Row)" /></td> </tr> <tr> <td class="ms-vb">Warning Count : <xsl:value-of select="count(/dsQueryResponse/Rows/Row )" /></td> </tr>[/CODE] Trip Count above counts the total number of forms entered by traveller - the xpath expression works like a charm... How do I …

Member Avatar for TAMU_David
0
359
Member Avatar for saggiatorius

Hi, I ask you for a problem I can't resolve. I'm developing a form application in C# and I need to access a web application (IIS) within the intranet and not to insert crediantials manually (I keep them in code). I tried using both Win32NativeMethods.LogonUser and advapi32.dll's Logon User methods, …

Member Avatar for saggiatorius
0
1K
Member Avatar for love_dude1984

hi.. i just wanted to know what exactly sharepoint server does??..and how we can use it when building web sites? Please let me know if any1 is having a good Ebook or tutorials on Sharepoint server. i dont know anything about sharepoint server so i need info. from scratch.. thanks..

Member Avatar for kvprajapati
0
63
Member Avatar for dharam_hbtik

Hi everybody, My request out here is Urgent, though i have passed through what I could access in this forum and others also, but cannot finding a working solution. I have designed an ASP.NET application, at our organizational intranet, I have used Windows Authentication and it worked very efficiently. My …

Member Avatar for dharam_hbtik
0
350
Member Avatar for cmm0812

I am using a tabifier to create a tabbed webpart within a tabbed webpart in Sharepoint 2004. My problem is that when I place the inner tabbed web part inside the outer tabbed webpart, one of the tabs on the outer tabbed webpart disappears. Can anyone help ASAP? If so, …

0
68
Member Avatar for dans@dis.wa.gov

Hi everyone, I'm a javascript/actionscript/java/ruby developer who's been given a project that must be done in Sharepoint. One of the tasks of the project is I have to write a console application that replicates data from the secure sharepoint site and pushes it out to a public site in a …

Member Avatar for sknake
0
202
Member Avatar for julseypart

hi, i am trying to retreive data from a sharepoint list but its returns all columns such as ows_MetaInfo, ows__ModerationStatus ,ows__Level ows_ID ,ows_owshiddenversion, ows_UniqueId ,ows_FSObjType rather than just the fields i want from the list. I thought the "<IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns> tag would filter these colums out Can any1 help? heres my …

0
99
Member Avatar for julseypart

hi, i am trying to retreive data from a sharepoint list but its returns all columns such as ows_MetaInfo, ows__ModerationStatus ,ows__Level ows_ID ,ows_owshiddenversion, ows_UniqueId ,ows_FSObjType rather than just the fields i want from the list. I thought the "<IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns> tag would filter these colums out Can any1 help? heres my …

0
91
Member Avatar for Techwriter10

[ATTACH]12206[/ATTACH] [I]I've lived long enough to have learned The closer you get to the fire the more you get burned But that won't happen to us 'Cause it's always been a matter of trust ~Billy Joel, Matter of Trust[/I] When word got out last week about the [URL="http://www.daniweb.com/news/story229934.html"]Sidekick data loss …

Member Avatar for Techwriter10
0
603
Member Avatar for naush83

Hi, I am using active direcory based windows authentication in my intranet application as explained in the article [url]http://weblogs.asp.net/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx#457094[/url]. Everything works fine. But I need a mechanism "Log in as another user" like in sharepoint portals. When user clicks on "Log in as another user" button, the borwser must prompt …

Member Avatar for naush83
0
191
Member Avatar for twelvetwelve

Hi, I am creating list in SharePoint and I want the list to have various Hyperlink columns. the problem that I have is that SharePoint will only allow me to create 8 or so columns of the data type 'hyperlink'. Can this be changed? My other question is can you …

0
83
Member Avatar for newsguy

Microsoft today released the first public beta of MS Exchange Server 2010 which forms part of the Microsoft unified communications family. As the first of many products (Microsoft Office 2010, Microsoft SharePoint Server 2010, Microsoft Visio 2010 and Microsoft Project 2010 all to follow) which will form part of the …

0
254
Member Avatar for Techwriter10

[URL="http://www.salesforce.com"]Salesforce.com[/URL], best known for its cloud-based CRM package, announced on Monday that it would be providing web hosting services for web sites, intranets and web-based applications. The announcement comes on the heels of Microsoft's coming out party for its [URL="http://www.daniweb.com/blogs/entry3431.html"]cloud computing services platform called Azure[/URL] last week at the Professional …

Member Avatar for mbaocha
0
347
Member Avatar for Techwriter10

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 …

Member Avatar for davidjohnson
0
236
Member Avatar for EddieC

Here's a story that didn't get much play on the wire services. Microsoft on June 30 published [URL=http://msdn.microsoft.com/en-us/library/cc203350.aspx]format specifications[/URL] for Office binary files as well as protocol documentation for Office 2007, Exchange Server 2007, Outlook 2007, Office SharePoint Server 2007 and SQL Server 2005. According to the company, the move …

Member Avatar for Techwriter10
0
214
Member Avatar for Catweazle

Windows Workflow Foundation, Microsoft's framework for managing workflow, is reportedly ahead of schedule and could well be available for Windows Vista next year, rather than not ready until Longhorn Server is released in 2007 as previously believed. WWF will also be made available for Windows XP Service Pack 2 and …

0
171
Member Avatar for Catweazle

Windows Workflow Foundation, Microsoft's framework for managing workflow, is reportedly ahead of schedule and could well be available for Windows Vista next year, rather than not ready until Longhorn Server is released in 2007 as previously believed. WWF will also be made available for Windows XP Service Pack 2 and …

0
161
Member Avatar for chewedpup

I'm using XP and Front Page 2002: I probably edited my website a month ago - no problem. Today I'm trying, I go to where I normally open up my website and I get this error message: "The server could not complete your request. Contact your ISP or web server …

0
83
Member Avatar for bobgates123456

I have implemented the “Sign in as different user” authentication functionality, using windows authentication, on our website. The functionality is same as SharePoint. I used explicit “un-authentication” by following code on our page which executes when user clicks on “Signin as different user” option: [code] protected void SignInAsDifferentUser_Click(object sender, EventArgs …

Member Avatar for shabbir.hussain
0
128
Member Avatar for shabbir.hussain

Hi, I have implemented the “Sign in as different user” authentication functionality, using windows authentication, on our website. The functionality is same as SharePoint. I used explicit “un-authentication” by following code on our page which executes when user clicks on “Signin as different user” option: [code] protected void SignInAsDifferentUser_Click(object sender, …

0
34
Member Avatar for shabbir.hussain

Hello, I have an ASP.NET website that uses Windows Authentication to authenticate users against Active Directory. How can I implement a "Sign-On as Different User" just like SharePoint 2007? Our SharePoint site uses Windows Authentication as well and when you click to "sign-on as a different user" you are prompted …

Member Avatar for Ramesh S
0
118
Member Avatar for lloyd

I got the situation which exactly same with the post below. My question is, is the license of SBS2003 totally failed.? ======================== Marina Roos [SBS-MVP] wrote: > Hi Tim, > > You can't demote SBS 2003 and then think it is a W2k3 server as it isn't. > You won't …

Member Avatar for lloyd
0
115
Member Avatar for markperfinan

Hi everyone! I am Mark, a college student presently having his internship. I was assigned to help the software developers of our company and were given prototyping tasks specifically with involving Sharepoint. I hope all of you will help me with my issues and I will also try to help …

0
31
Member Avatar for ptaylor965

I am using Microsoft Sharepoint Designer 2007 to create a page from a list. I need to retrieve all but the newest record and display them. Any ideas? Pete

0
89
Member Avatar for nlvraghavendra

I've create a custom field type in sharepoint with a custom editor to get some properties from the user while creating the column. But if i go to the create column page and select the radio button corresponding to my field i'm getting "Unknown error" error. What could cause the …

0
57
Member Avatar for WanxinG

Due to search function in SharePoint site, I do need to check Integrated authentication and basic authentication both on same IIS....if I only check basic authentication on IIS, users (Active Diretory Users) only need to put in username and psw when they login and that's exactly what we want. But …

0
70
Member Avatar for raghuramanv

Hello all, Recently i created a sample web part for SharePoint for viewing the list items of a particular list and i binded the list items to SPGrid class that is available in Microsoft.Sharepoint dll......I created a textbox in the toolpart for obtaining the site url containing the collection of …

Member Avatar for Ramy Mahrous
0
151
Member Avatar for nlvraghavendra

i'm creating a webpart for sharepoint to fetch a list items from a given url. I want to know the flow of the execution of the program. In which order do these functions execute? - CreateChildControls(), PreRender(), RenderWebPart(), SyncChanges(), ApplyChanges() and the constructor as well... Regards NLV

Member Avatar for sknake
0
91
Member Avatar for ravie14

CSS on a subsite not applied in FF and Chrome, works in IE Hello, I have come across a strange issue. We are running MOSS (MS Office Sharepoint Server) public sites (pulishing sites). The structure is following: www(dot)xxxxxxxx(dot)biz - CZ page - this works OK. I have a Master page …

Member Avatar for ravie14
0
81
Member Avatar for hellboy_83

Hi Guys, I'm using IIS 6.0 for my sharepoint project, i had some problems with my application and wanted to view my IIS logs. I have already enabled them from the general tab. It should be inside C:\Windows\System32\LogFiles with the name folder SmtpSvc1, but the SmtpSvc1 it's not there, there …

Member Avatar for sknake
0
132
Member Avatar for andrea.roux

Hi I created a main project (called the Portal) that has the sitemap and master page in it. I created a virtual path provider so that other projects/site can use the master page. I created a project called WebTest that uses the virtual path provider to get the master page …

0
26
Member Avatar for Wooly

Hi has anyone found a solution to sharepoint word documents opening in read only mode ; even when you select edit in word form the drop down menu? we are running sharepoint on windows xp sp2 with office 2003. This has only just started to happen the past few weeks …

Member Avatar for Wooly
0
744
Member Avatar for WanxinG

Hello, I am current having an issue of large file download in SharePoint (WSS 3.0). It only occur for large files (i.e. 300MB). When I click on a file to download I don't get a dialog prompting me to save the file. IE shows 'Internet Explorer cannot display the webpage'. …

Member Avatar for greeny_1984
0
119
Member Avatar for WanxinG

Hello, Not sure if this is a right place to post my question. Since it might involve with IIS, I post it here. I am current having an issue of large file download in SharePoint (WSS 3.0). It only occur for large files (i.e. 300MB). When I click on a …

0
65
Member Avatar for mickensinc

I have a windows server 2003 enterprise and want to know how can i share files over the net with or with out sharepoint and can let my family access them sharing files to do family reunion picture disc can anyone help. I seen sharepoint and thought that would be …

Member Avatar for smowaisqadri
0
97
Member Avatar for brightline

I am a new for sharepoint, ans there is a task assigned to me in sharepoint. The task is as following: we have a sharepoint site that uses LISTS to store the data, we want this site to use SQL Tables instead of LISTS. I think that this task is …

0
87
Member Avatar for bhavna_816

I am very new to SharePoint... I need to know two things: 1. How to work on a single website with multiple developers? 2. How to deploy the SharePoint website or webapplication on production server or client machine? Do anybody know some answer or some links which can help me? …

Member Avatar for Fred Mackie
0
85
Member Avatar for vuyiswamb

Good Morning Guys I have a Problem on my ASP.NET Application. I have a Web setup Project created and it used to work fine before, but now , when i try to Compile it it gives a Warning [QUOTE]"Object reference not set to an instance of an object"[/QUOTE] And when …

Member Avatar for vuyiswamb
0
380

The End.