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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Adding "Person Column" to a list
Workflow created in SharePoint Designer doesn't work ...
IE Crashes on view of Office document on SPS2003
UML Tools for our company... VB.NET and Visual Studio.NET 2003
Blogpost description
Windows Application Versus Web Site
Physical seperation of layers - business layer -> data layer?
Physical seperation of layers - business layer -> data layer?
storing old values along with the new ones in a table entity created at application level
DOM Reference

Top Answerers

olgaF
LiamD
Ihor
Will Merydith
martona
Amde
imdqa
J A Y
Glenn Wilson
Kevin Rodgers
sitemap
Only Title

Answer Questions

  • lxiao Reorting Services and MOSS 2007

    Hello Can someone point me to an article on how to hook up MOSS 2007 to reporting services installed on another box Thanks No not yet. ours is a medium server farm and RS is installed on the same box as SQL Server.No luck so far Hi Ray, I think you need to install SQL 2005 SP2 and the associated sharepoint addin. (Trying to get this working myself.) http://download.microsoft.com/download/f/2/5/f250ed72-c102-4216-8653-63189e24fa02/readme_rsaddin.htm#_rsshare_installation_3 Martin Great, Can you describe to me what configuration are you using is a single server installation or farm Anything else that I am missi ...Show All

  • IS dude use of RenderPattern

    I am trying to extend a text field using FLDTYPE_*.XML concept. I could get the field to work. Now I need to create a RenderPattern for this field. The field needs to display information from a different list. Specifically, it needs to get information from more than one row, concatenate and display the information. Is this possible in RenderPattern Thanks. J I had the same problem! Is there any official documentation about the possible contents of RenderPattern I had a look at some undocumented examples, but couldn't make much sense of it. Regards Rene ...Show All

  • AndyW027 What is SelectStaticItemsOnly?

    What exactly is a static and dynamic item in the AspMenu For some reason the "Dynamic" items are not selected when I navigate to them (forums, wiki) etc... I've set the property "SelectStaticItemsOnly=false" and set the "CssClass=topNavSelected" in the "DynamicSelectedStyle"... What gives Shouldn't this work Thomas ...Show All

  • Chuck S. Associate custom list form with a list

    Hi, I've followed the instructions at http://office.microsoft.com/en-us/sharepointdesigner/HA101191111033.aspx to create a custom list form, but when it comes to associating it with a page, it fails. In the list properties, I click Supporting Files, and browse to the new page to use, and click OK to close the List Properties dialog box. If I open the List Properties dialog box again, it does not show my changed form. Nor does it show it if I actually browse to the site, and create a new list item. Any ideas Thanks Martin Hi Martin, Make sure that you have selected the correct "Content type specific forms" in the tab Supporting Files. By default, it usually comes with "Fol ...Show All

  • Preston M. Price ASP.NET Connected Web Part Under SharePoint

    After having spent a lot of time building a two webparts under ASP.NET (one provider, one consumer), and getting them to work flawlessly under the ASP.NET webpart framework, it now comes time to deploy to SharePoint. I have followed the tutorials... strong name the assembly, drop the assembly in the _app_bin, upload the web parts to the WebPart Gallery, create a WebPart Page, add webparts to the page, connect the webparts... But here is where the problem is. There is no option on the edit menu to add connections What do I have to do to enable connections for my custom webpart Is there a definition file that I need to define this in Is it a matter of not having the permission to connect webparts The provider web part seems to work w ...Show All

  • Joe Albahari low-level file creation

    This question is related to my previous one about low-level file creation on FAT - I'm writing a file to an SD card, on a subdirectory ( \\ABC\\SETTINGS.TXT ). The subdirectory ABC is created on the root, and the file name SETTINGS.TXT shows up on the ABC subdirectory but w hen I try to open it, I get "failed to open document" and, from Notepad, "the file or directory is corrupted and unreadable". I believe that I've done everything I need to do with the FAT (it looks as I expect it to in the debugger). I make a directory with dot and dotDot entries for ABC and add the entry for SETTINGSTXT in the ABC directory. And it looks like the file data is being written to the correct address. Are there any clues that ...Show All

  • GS80 InfoPath Forms with managed code with Workflows

    hi , im trying to invoke a task form created in Infopath while my workflow is running on sharepoint site. My taskform (TaskForm.xsn) have managed code with it. i want to call this form in my workflow. when i do this the taks form open but when i click on button for which managed code is written it shows error . i think im missing the procedure to use infopath forms with managed code in workflow. please help Thanks for your help. After looking through the logs I realized I had to add the form dll to the FEATURES folder. Adding this line to the Install.bat file fixed the problem: xcopy /s /Y <full path>\myEditTask.dll "%programfiles%\Common Files\Microsoft Shared\web server ...Show All

  • Peter Ritchie Need a bit of help getting My Site functionality to work

    Hi all. I have installed MOSS 2007 enterprise in a simple-server farm mode using a SQL 2005 backend. It appears I have everything else working except the My Site functionality. When I click on My Site, I get: Your personal site cannot be created because Self-Service Site Creation is not enabled. Contact your site administrator for more information. So then I enable Self-Service Site Creation for the web app that is hosting the My Site service and try again. This time I receive: There has been an error creating the personal site. Contact your site administrator for more information. I have the SSP set up so that the admin site is on one web app on a port other than 80, and the My Site is on a different web app at p ...Show All

  • johnnysaucedo Microsoft Learning site question

    Dear folks, This is a question regarding Microsof Learning site. When I launch a lab, always denied me the connection. After Determining if tunneling needed message appears a PC picture and then when I click above try till it notifies me "no connection" Let me know if you had ever any similar experience with that or tell me what link is it for that Tia ...Show All

  • Christian Sparre Detecting internal calls in business object without using TLS or overloaded internal method

      Hi Forum I have the following problem. I need to know whether a call to a business object was made from another business object or directly from the UI. I need this because of Security and Logging reasons. Security - Users might not have permission to call the method on a business object. But another business object might need to call it. - But it's the same method :( Logging - I often want to log when a user performs an action. Another business object might also perform that action but then I don't what to log it. But it is the same method. ;( The best solution I have found is to make an internal version of the method with parameters. Like this: public class BusinessObject{ &n ...Show All

  • averge joe Common Template

    Hi, I logged into WSS using administrator account and customized the “Home” page by including ad excluding some web parts and so on. I did all that in the server machine. Then I change the authentication to have windows authentication enabled. Later I try to access WSS site in the server from my local machine using my own account. I able to log in but the “Home” site doesn’t look the same as the one I have customized for the administration. When I customize the “Home” site in administrator account, I wanted that customization to be reflected to all the staff accessing that site using windows authentication. Now that is not the case. How can I achieve that . Really appreciate your help. Thanks ...Show All

  • Karl Hulme Service Catalog and UDDI Publisher tool issues

    Hi, I have been exploring Service Catalog as well, however I noticed that whenever I try to add a new service, a new instance of Service Provider also gets created. e.g. I intend to add HelloWorld service to an existing provider “Connected Services Framework v3.0” . Once I am done with publishing and check the UDDI through its browser interface, I see a new provider created “Connected Services Framework v3.0” and the HelloWorld service residing inside it. What I actually intended was to add HelloWorld service to existing provider “Connected Services Framework v3.0”. Also, I noticed that “Connected Services Framework v3.0” provider only contains Service Catalog core component end point, where as the documentation sa ...Show All

  • jackinthegreen Unable to change Breadcrumb Separator

    Hi, I'm unable to change the breadcrumb separator for my site. I'm using SharePoint Designer (SPD) modify my team site's master page. I'll change the SiteMapPath control to the following and save the master page: <asp:SiteMapPath SiteMapProvider="SPContentMapProvider" id="ContentMap" SkipLinkText="" NodeStyle-CssClass="ms-sitemapdirectional" PathSeparator=" / " runat="server"> In SPD Design view, the breadcrumb separator is rendered with " / " but when I view it in my browser it renders it with the default ">" Has anyone else come across this problem Best Regards, Rickard Lofberg I did not try ...Show All

  • Vedet.. What is SOA

    Service Orientated Architecture is being touted as the next big thing in the IT world. I decided to do my masters dissertation around SOA. I was quite surprised to find that there is no clear definition of SOA. As a start point I am trying to come up with a definition of SOA that will be used to inform the rest of my research. Can you offer a short definition of SOA If so please go to my blog (or respond here) and comment on this question and if you want on any or the other research questions. http://www.akintola.net/MyBlog/CategoryView,category,SOA.aspx Make sure that you leave your e-mail address if you want a copy of the completed research. Thank you for the in ...Show All

  • nephsbirth2021 Thin client vs smart client

    We are moving from a VB6 to a .net world. We are about to finish our business components and now its time to start thinking about the UI. Well, there it comes the doubt: should we choose a smart client path or a thin client one We develop backoffice financial apps; they are used in several ways (users that operate it to process information, board of directors that access it just to analyse information, end customers that access it to get information on balance account etc). The chance to have someone using a non windows OS (accessing the system as client) is remote, but exists. If we choose a webbrowser client, then we would have to buy some good components (specially grid component and menus) that could "replicate" desktop exper ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum