i want develop a system in s开发者_如何学运维harepoint 2007 that work similar google directory.
I have a custom wor开发者_运维问答kflow implementation what requires updation of an external DB. I created a simple workflow for text purpose and found a strange thing!
In my site after i log in with a user, and when I try to logout or try to signin with different user, again it o开发者_如何转开发nly log in with the same user. After logout also I remain in Same user.
We have a very simple list with in/out status.Each time an employee clocks in or out it adds a record to the list.How can I filter the list to only show the last update by each employee? It seems we s
I need to have the links within my Content Editor Web Part open in the parent frame.The links are a part of the page the iframe is loading.I am editing the Home Page of the SharePoint site and cannot
I need to make my RSS Viewer scroll vertically and I have the Javascript code working.I tried editing the .xsl in the RSS Viewer but it would not scroll.Is there a way to link the two web parts so I c
I currently support a SharePoint \"solution\", when I say \"solution\" I mean a collection of features (like web parts, list definitions and so on) packaged for deployment as a .wsp file. This approac
I have a site within a site and would lik开发者_如何学运维e to see this site appear as a drop down menu in the top menu bar (ID=\"TopNavigationMenu\"). In the default.master page I have edited the fol
I\'m very new to Sharepoint and I am just wondering if it\'s possible to somehow use data from an external database as a List that users can select from within a form. How much extra development does
I\'m developing a web part for MOSS 2007. The web part is being deployed to a web application which utilizes forms-based authentication, and role/membership providers to control users.