Software Development Network Logo
  • IE Development
  • Visual FoxPro
  • Visual Basic
  • Microsoft ISV
  • Smart Devicet
  • SQL Server
  • Windows Forms
  • Audio and Video
  • Visual C#
  • Visual Studio
  • Game Technologies
  • SharePoint Products
  • Visual C++
  • VS Team System
  • .NET Development

Software Development Network >> SharePoint Products

SharePoint Products

New Question

stsadm.exe SecurityException
Alerts not being sent
MVC when to use,MVC framework
Error creating MySite: There has been an error creating the personal site
Help pls: Problem adding custom Field type in create column in a list settings
Displaying InfoPath browser form within master page content
Disable "connect when this network is in range"
Still unclear on how to use Typed Datasets in BLL...
Why return a Success boolean from a web service?
Detecting internal calls in business object without using TLS or overloaded internal method

Top Answerers

mobigital
p.b.a
MexRoc75
Pockey
2326ac
TaiChiMaster
IShIgor
Jeff_LIU
Rajeevan
Derek Dowle
Orange County Register
Only Title

Answer Questions

  • Spenceee How to specify particular MOSS site using Lists.GetListItems?

    This must be a stupid question since I can't find any answers out there: How should I specify the location of the list (document library) used in Lists.GetListItems Even though all MOSS sites have a _vti_bin/Lists.asmx, I'm assuming I should always use the generic http://servername/_vti_bin/Lists.asmx to connect since adding sites as a web reference would require hard-coding. Also, if I try the hard-coding method, I still can't figure it out. I'm also assuming that Document Libraries are lists too and can be accessed this way. All the examples suggest just the list name: listService.GetListItems( "Our Documents", null, ndQuery, ndViewFields, null, ndQueryOptions, null); I've tried this with every ...Show All

  • Marken Unable to connect ...

    Hi, I have a SingleServer instalation for MOSS. I get this "Unable to connect..." error in BDC Item list web part. I think is something with the credentials the goes to SQL Server. <LobSystemInstance Name="Charisma TS"> <Properties> <Property Name="DatabaseAccessProvider" Type="System.String">SqlServer</Property> <Property Name="AuthenticationMode" Type="System.String">RevertToSelf</Property> <Property Name="RdbConnection Data Source" Type="System.String">MyServer</Property> <Property Name="RdbConnection Initial Catalog" Type="System.String">DBName</Property> &l ...Show All

  • Gary200 Workflow condition "Approvalstatus" - Approved don't work in SharePoint 3.0

    I cant get this one to work, every other condition works, any idea Im using swedish version of Sharepoint services 3.0. ...Show All

  • Saurabh Kulkarni Creating a new SPSite: ValidateFormDigest() Failing

    Hi Background first: We're upgrading our intranet from Sharepoint 2k3 to MOSS. Part of the functionality that we had was to allow the creation of a new site within the Sharepoint Portal from within MCRM via a web service call to a home built Web Service that was built against the Microsoft.SharePoint namespace and invoked that object model to create the new site. Since the upgrade to MOSS I've recreated the web service as a .NET 2.0 implementation built against the latest version of the Microsoft.SharePoint assembly. We lookup the VirtualServer that we're interested in and pull its' sites collection. We then attempt to use the SPSiteCollection.Add(String, String ...Show All

  • Auris Extending list with custom field

    Hi everybody, I want create a scheduling resource application with calendar lists and maintain all its functionality . To do it, I have extended the calendar list with a custom field . This custom field takes the fields value StartDate and DueDate to calculate which resources are free. The problem is that I cannot access to this values in edition mode (the custom field only can access to the field value of the item, not to the control). The only solution I see is include this fields in my custom field, but I can’t use a SPFieldMultiColumnValue because I cannot do queries over the list because it stores field value with the format "column one value#;column two value#;column three value". Has anyone any idea how solve ...Show All

  • Murilo Rodrigues Web Part with Listbox Textbox and Button

    I have a user control in a web part that contains an asp textbox, an asp button ('search button') and an asp listbox. I need to enable the user to do the following: 1) double-click on an item in the listbox, copy the value of the selected item into the textbox, and perform the asp button's on-click, (as if they clicked the button to run C# code-behind), or 2) enter a value into the textbox and click on the button. The second one is easy, but I cannot seem to figure out how to do the first one. I can't seem to use javascript to copy the selected item's value to the textbox because the form is not in the web part (can't use document.forms[0].mytextbox.value). I know how to have the double-click on the listbox item call ja ...Show All

  • The Samster Database Design

    Hi All, I need some advice and reference on database design. The database my application uses will have many tables, each with many columns. Most of the columns store data generated automatically by the application, and the data could be regenerated and overwritten by the app when necessary. However, I want to have the ability to let user overwrite the values through UI, so the app would not overwrite them. This is similar to the Tax software, where you can overwrite almost anything. What is the best design for this Thanks in advance. Regards, Q This is more of an application design than the database design. You define your database, whatever way you want - ma ...Show All

  • Manuk User registeration

    Is there a way of making a username and password registration Example: Something like hotmail, where users register to get access to the site. Depends on which version of SharePoint you are using and, if using SharePoint 2007, which authentication provider you want to use. Basically there are ways of doing this using AD, SQL, or most any other authentication method but the process of doing so is really out of the scope of this newsgroup. ...Show All

  • Lawrence Liu - MSFT Display images from AD on the SharePoint site (searchresults and profiles/mysite)

    Is it possible - out of the box - to display the images stored in our Active Directory on the MySite/Profiles pages and the searchresults I know it's possible in SPS2003, but it doesn't look quite the same in MOSS 2007. I havn't put much research in it, but if anyone has got an idea I'd be most greatful. Thanks! http://blog.henryong.com/2007/02/21/importing-user-pictures-from-active-directory-to-moss-2007/ Bump... We are interested in this also. Well that's when your images is saved on disc, and stores the link in AD right Our actual images are stored binary in the AD. What I'm wondering is if there's a way to extract that image and display I know ...Show All

  • Garrett - MSFT Enabling Site Collection Usage Statistics in MOSS

    So, I wanted to view the Site Usage reports on my development VM after reading a post by Joel Oleson . I went to SharePoint Central Administration > Operations > Usage Analysis Processing. I enabled the logging there. Following the further instructions, I then enabled logging for MOSS. This is in SharePoint Central Administration > Shared Services > Usage reporting. I then went to view the usage for my site collection (Site Actions > Site Collection Usage Reports). I was prompted for my username and password 3 times, which was puzzling. It looked like the HTTP Basic authentication dialog. After that I got a page saying "Service Unavailable". Worse, when I tried going back to my site, I got the same message. Che ...Show All

  • Paula M Problem in fetching the values from the .Config file in COM+

    Hi, I have created a COM+ component using C#. in this i am fetching data from the SQL2000 database. the connection string is in the App.Config file. problem: When i try to open the connection from COM+ component to perform any kind of operation i am getting the following error " The ConnectionString property has not been initialized ." I am working with the following OS: WindowsXP Language: C# .net 1.1 third party tool : ORM.Net for dataAccess layer I have done the following things after registering the COM+ component. 1.Have put all the dlls refered by the COM+ component in the GAC. 2.I have put the .Config file in System32 folder along with the dllhost.exe so that the COM+ can recongnise it. 3 ...Show All

  • Game857 page setting and schedule

    When I set the page's expiry date will it delete the page from the document library on that specific date No. It just removes it from publication. It is still in the Document Library, just not visible to Readers. Contributors can still see the page (c.f. a page / document which has not been published yet). ...Show All

  • DaveParr How are you gnerating application definitions?

    Hello All, I am just cusrious to know how are you guys generating your application definitions in BDC by hand or using one of the tools out there to auto generate that scary XML file I am unable to find a tool which gives me the ability to include stored procedures in my app def instead of pure tables or views Any help would be appreciated. Thanks a lot I haven't found a working example on stored procedures, but I found this: Methods> <Method Name=" CustomerFinder "> <Properties> <Property Name=" RdbCommandText " Type=" System.String ">SPFindCustomer</Property> <Property Name=" RdbCommandType " Type=& ...Show All

  • Arkcann IE Crashes on view of Office document on SPS2003

    We've been running Sharepoint 2003 for a while and are beginning our migration from Office 2003 to Office 2007. We're consistently seeing IE crashes when attempting to open a document directly from a SharePoint document store. (Browse to the document list, click on a document and "kaBoom!" IE crashes with a kernel32.dll fault) I've seen this problem with the following configurations: Vista Business (RTM), IE7, Office 2007 WinXP, IE7, Office 2007 WinXP, IE6, Office2007 There's a similar thread on the Vista forum where one suggestion was to "remove Project 2003" (which only exists on one of the three above data points). Is anyone else running SPS2003 and Office 2007 Successfully Thanks in advance f ...Show All

  • chris441962 if not to use session variables then what

    Hi Everybody, I have question which comes to mind of nearly everybody who is designing a webapplication in .net. I wish to store some user related data across the webpages in a Asp.net website. Since the data is big, i don't wish to use session variables to store that. So where should i store it One thing i want to make clear here that i don;t want to use cookies(now i think i am becoming too selfish :) ). Somebody told me of making a class static but i don't know whether it is a feasible solution for a webapplication .IF somebody knows about this ,kindly let me know with some code for direction. Some other people say that we should persist the class which is holding the data. I don't know how to do it, might be by serial ...Show All

6364656667686970717273747576777879

©2008 Software Development Network

powered by phorum