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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

SOA and Custom Security Requirements - WSE 3?
Need a bit of help getting My Site functionality to work
User Permission
Digital signatures on task forms
MSMQ Infrastructure
Modeling .Net Generics in Visual UML Diagrams
ObjectDataSource in a web part?
RichHtmlField and RichImageField
"Unique ID" server for multi-server app
Asp.Net

Top Answerers

unknown311
Eddie Garcia
John Turnbull
USJOHN
Jean-Philippe Pagé
cybertaz69
snohelty
Windows Mobile 5
Douglas H. Troy
Sharma Rahul
sitemap
Only Title

Answer Questions

  • Jademobile abstract vs interface

    hi everybody, In my current application,ther is a common fucntionality(method) which can change frequently. Should i use the abstract class or the interface to put the signature of the method (no body )inside. The answer which comes in my mind is interface but then why can't we use abstract instead by just giving the signature of method in the abstract class. Do interfaces or abstract differ in how much memory they consume and also in the performance of the application. Please elaborate on what is to be used prefably in which scenarios as i read many articles but none of them gives indepth knowledge. Regards You are right in thinking that you need to use interface here. Interface is all ...Show All

  • Fabriciom Visio - Database Object owner

    So, I'm using Visio for Enterprise Architects and I am starting to forward-engineer my schema into a SQL Server 2000 database. Visio has set the owner of all of my object as my windows login name. Visio has disabled the "Owner" text box on all of my objects. It isn't greyed out or anything, but it won't allow me to type a new owner, like "dbo". I have a little stored proc that will run through all of my objects to change the owner, but it would be nice if I could do this myself in Visio. Any thoughts ...Show All

  • Chris Ghali section numbering column for wiki?

    We have been experimenting with SharePoint for collaborating on application design, specs, etc. Since we have a geographically distributed team, the wiki style is very helpful. However, we have a business requirement to be able to extract the spec into a single printable/emailable document. As a short term hack, I created a custom column called Section Number and manually filled it in. Then I created a new view of all documents ordered by section number. As a long term solution, I need two enhancements to this: 1. Somehow suggest values for the Section Number column. Say I have a page hierarchy that looks like this. Home 000000 Functional Specs 010000 Client App 010100 Use Case 1 010101 Use Case 2 010102 ...Show All

  • Bryan Kardisco 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

  • Liquid-Crystal Design Question about an "actor" in a use case

    Hi there, 1/do Actors in use case refer only to humans or can they also refer to objects like Account, Phone, Invoice.... Or is an actor strictly a human who performs action in the system 2/ is here the right place to ask questions about design, uml..etc or is there another place in this forum Thank you http://www.agilemodeling.com/artifacts/useCaseDiagram.htm thanks a lot for giving me the tip that i can have off-topic discussion Hi, 1. An actor is either a person or something that interacts with the system (for example - an external system that sends requests). An Account is more of a business entity than an actor. 2. I guess it's a good place as any. Also you might want to ...Show All

  • espinosa Task assignement

    Hello: I want to assign a task to a person, but I dont have his name in the 'Assigned to' box. He has permission to access the site where I want to assign the task. How do I add this person to the list Can I have all the persons who have access to my portal in that menu Regards Thanks for your answer. I added the person who i want to appear in the dropdown separately, he is not in a group. But I think he has not visited the site, I'll ask him to do and I'll notice you the results. Thanks. the drop down with people names is populated from the user list for that site (accessible from site settings). note that this list does not list all users with permissions ...Show All

  • Matthijs Koopman SPListItem.moveTo() throws an exception

    Hi! We're having problems with the method SPListItem.moveTo(). In our project, a InfoPath 2003 document is created and published to a SharePoint Services 3.0 form library (called "Antrag"). Afterwards, it is modified using a workflow that runs inside the Workflow Foundation and was developed using Visual Studio. This workflow makes some changes to the XML document (sets the status, creates new subforms, etc.) and stores it successfully into another SharePoint library (called "Antrag_Temp"). There, special permissions are set to enable different users to access the form. Afterwards, the document is moved back into the original library: Dim mst As New MemoryStream Dim sFilename_1 As String = it.ParentList.Title & &q ...Show All

  • C.Hoffmann MySite masterpage

    Hi All, On MOSS2007: I'm trying to change the default masterpage for mySites. I tried to edit the default.aspx in the 12/templates/sitetemplates/spspers folder, but I can't seem to let it point to another master ... as soon as I change the masterfile path, the page breaks. Any ideas on what's the best approach to link up my mySites with a custom masterpage Fred Once you've got the Mysites using your custom master page, you have to update the file on the server not in SharePoint designer or the SharePoint master page library as this only changes the one site. All of the MySites will be using a ghosted version of the one on the server hard disk You have to modify the default.aspx file in SPSPers to use Custo ...Show All

  • Tryin2Bgood hide page layouts

    Hi is there a way to hide page layouts. I created my own but i still get the full list when i select create new page. Can it be done regards, Joost First Option: Limit Page layouts 1. Go to Site Collections Root Web. 2. Click: "Site Actions"->"Site Settings"->"Modify All Site Settings" 3. Click "Page Layout and Site Template Settings" 4. You should now be at xxx/_Layouts/AreaTemplateSettings.aspx 5. "Pages in this site can only use the following layouts" Unfortunately when you create new page layouts now you will also have to allow them here. Note: Your sub webs probably inherit those page layouts. Second Option: Delete the old page layouts ...Show All

  • SenthilNathan Guide(s) to design implementation in Sharepoint 2007

    Hi, I'm having my first looks at Sharepoint 2007 and I'm trying to dig into how to customize site templates. I need to figure out how to create my own templates (graphics, styles, layouts...) and how to implement them. I mean, what needs to be done Do I have to make my own aspx files, my own master pages and my own css files Does anyone have a link or two to guides on how to do this Thanks! Hello Helge, I do not have a link to a full guide but there are some good articles available that will help you on the way. If you are looking to customize Sharepoint for Content management then the following series of articles is really good: http://msdn2.microsoft.com/en-us/library/aa830818.aspx (links t ...Show All

  • Sumit Bhatnagar SPItemEventReceiver do not work properly when i use the wss object model API.

    Hi everyone. I got a problem unsolved almost 2 weeks. Please somebody tell me a clue. I customized the SPItemEventReceiver and associated the customized SPItemEventReceiver with a content type was inherited from the Document Library content type and deployed this content type to a server as a Feature. When I uploaded a file from Word 2007, Events associated with the ListItem fired. but on uploading using the Wss Object model ,  events did not fire at all. I have a same experience when I using not only a document library type and SPFileCollection.Add method but also a list type and SPListItemCollection.Add method. I have found the following from the WSS3.0 sdk document. SP ...Show All

  • Igor B. Customizing summary alerts

    We have a wiki page with a few updates a day. People setup the alert to get a daily summary of the changes. In this summary email, most changes (new pages, updated pages) are just displayed with title, modified, and modified by columns. Only a very few are also displayed with the wiki content of the page. As many consumers want to see the changes offline in there email, I would like to know, how to setup the alert, so that all changes come with the wiki content Yes, I want to see them the changes so that they are informed what's new. BTW, the wiki pages are under workflow, so I assume that users with read permission only see approved changes Normally you'd change the ...Show All

  • ng4s List of All SharePoint Sites (Site Directory not enough)

    I need to get a report of all sites created within our SharePoint site. I tried the Site Directory, but I know there are some missing here, because you have the option of *not* including it in the directory when you create it. How do I get to this information Thanks, Jen Look at the stsadm enumsites command in the SharePoint bin directory, it will give you a list of all the site collections and owners. stsadm -o enumsites -url http://webappname Try stsadm -o enumsites -url http://webappname This will give you a list of site collections and owners. If you need webs, you can do enumwebs. The option for devs is writing against the Spsite and SPweb and looping through all objects g ...Show All

  • wdhough Looking for Business Analysis template document...

    Hello, I don't know if I'm writing to the right forum... I have to start the business analysis process for a huge project within my company. I'm more experienced on the Technical analysis, I know what the business analysis involve but to write documentation is not my core skill and english is not mother language so I would like to ask if somebody can send me some kinds of template document (if it exists ...) to start to work on. Thankx for any help Marina B. Hi marina B. The best set of templates I have seen is from the MSF for Agile Software Development. MSF Process Guidance can be downloaded from here: http://www.microsoft.com/downloads/details.aspx familyid=9F3EA426-C2B2-4264-BA0F-3 ...Show All

  • Charles Tam Routing Messages synchronously to services

    Hi, We are using CSF 3.0 Dev edition. We have been able to create and terminate session synchronously. However we are not clear on how to call services ( as defined manifest) synchrounously. As in case of Create Session, there is a class "CreateSessionResponse",which holds response of Create Session. Which class is used to hold response of TResponse SendSync<TResponse> (message) when we want to route manifest to services through Session Web service. We have been able to send messages to services asynchronously. Would be great if somebody could throw some light Thanks Ruchi hi ruchi actually i am new in csf framwork . i have already created "hellow ...Show All

585960616263646566676869707172737475

©2008 Software Development Network

powered by phorum