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

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Moving Documents
problem with low-level file creation
Digital signatures on task forms
Add aspx page developed in Visual Studio to sharepoint
Stored procedure vs standard query
Changing linked item in a new custom list!
Circular referencing
adhoc cube browsing
Architecture for Notification based application
User control and Master Page

Top Answerers

GiampaoloSanRemo
jkitagr
Ameeta Garga
Geeee
Péricles
KarlaW
new2vbdotnet
dezrtluver
Reza Bemanian
ledwinka
Chimev, Ralin
Only Title

Answer Questions

  • Taylor Meek Loading User Controls into page

    Hi everyone, I have a question related to loading an "ascx" into an "aspx" page. I have the page "default.aspx". When I press a button on this page I load into a placeholder the "ascx" file "dummy.ascx". Button_click(....) { placeHolder.Controls.Add(Page.LoadControl("dummmy.ascx")); } In this dummy.ascx I have a button. When I press this button the event associated with it is not fired because I am not loading again the page in Page_Load. I appreciate a good solution related to this issue Thank you If you are loading the control dynamically then you need to load the control in the Postback also otherwise the event is not going t ...Show All

  • Muhammad Azeem Azam CSF tools/mmc

    hi, I have installed the dev lite version on my pc. The only mmc available is the CSF session. Any idea what happened to the IDM mmc Also only the message visualizer is available. Other tools for service catalog, IDM are not available. How can I get these thanks Yes MV is available on my pc. I can see the IDM web service under the default web site - does this mean the IDm is installed if yes, then I still dont have IDM MMC visible. How can I get the UDDI interface then thanks for yur help Just to clarify we have 2 developer editions 1. Developer Edition Lite (Free Download) contains the following components Session Lite (Max of 5 concurrent sess ...Show All

  • xird SSO in CSF

    hi, Is SSO using the identity manager limited to only usernametoken/kerberos or CA cert can be used too The topic "Using secondary credentials" appears to indicate only the above two options thanks Thanks. I suspected this. Use of Certificates in SSO is not supported. ...Show All

  • Dhondtie Is there any UI framework for vc6.0 or vc2005 which I can download freely ?By this way ,it will save my time to build UI .

    Is there any UI framework for vc6.0 or vc2005 which I can download freely By this way ,it will save my time to build UI . i also heard some good UI library which can build VC UI very fast. Can you recommend that website for me I appreciate your help. The Windows Template Library has a lot of fans. It was originally a Microsoft project, built as an extension to ATL. They didn't want to support it and turned it into an Open Source project. I'm not sure if it is going to save you any time, the learning curve is pretty steep. ...Show All

  • zhihao RollBackTask

    Hi I am currently creating custom workflows for sharepoint using VS 2005 extensions for windows workflow foundation. I see there is a RollBackTask which indicates that one can roll back on a task that was previously done. Im looking for some documentation how this task should be used and what it is meant to do. I have searched around and have not been able to find any documentation on this. Any help would be appreciated. I really do need to know how this works as I need a way to roll back any tasks that have occured. Thanks for any help Neil Neil, I suggest reposting to the SharePoint - Workflow forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=1207&SiteID=1 Cheers, Michael. Ah ...Show All

  • ckob Ent Application Blocks + Dev QA Production

    Hi, I have different connection strings and email settings for Dev, QA and Production environment. How can I configure my Application block to handle this complexity!! I havent come across any articles that describe this. Please help me out here!!! I have gone through tonnes of material, still cant figure out. Thanks ~Indo. Hi Indo, Whenever you have parameters which vary based on environment, you need to have them in either config file or a "reference data table" - except connectionstring - which will be in Config file anyway. Now for having config files - you can either maintain different config ( app.config) for different environment, or you can give appropriate dialogs in ...Show All

  • jakeb16 Localication - Numbers/dates - Responsibility of UI Tier or Business Tier?

    Hi forum I'm developing a business tier/layer for a web based UI. I would like the UI to be able to run in any culture but I'm guessing that I need to store dates and numbers one way. My business tier can be located on another server. (via remoting). I understand that it is the CurrentCulture on the thread that affects for formatting of dates and numbers. I would like to make it possible for both dates and numbers to be formatted when displayed in the browser - based on the browser language setting. How do I store these numbers and dates Should the UI do some handling before sending the dates or numbers to the business tier or is it the responsability of the business tier Should I just make sure that the thread on the b ...Show All

  • Insider96774 Can't Edit User Information

    Hi, May I know how to edit user information for MOSS 2007 In my site collection->People and Groups, I clicked on userid Name link and "Edit Item". But it only show account id and close button. is there any settings that i should turn on to enable modification Appreciate any guideline. yep..in WSS v3, this can be edited..in MOSS this is "protected"..maybe you can think of WSS as being for "play toy" communities and MOSS as more for "corporate environments" where I cannot change my name (in the system) to "George Bush"..obviously this is just my assumption when I found out how this "feature" worked Regards.. ...Show All

  • sqlexpressbeginner Accessing the List in Sharepoint using Code Behind

    Hello, In order to isolate the problem of my customize web service, I've created sample console application for my customize web service with same methods as to my web service because until now my customize web service there is still an error. But when I execute my console application there still seems a problem. The sample code that I have in my console app is the following: The code that is in bold that is where the problem is it displays an error: ex = {"Unable to get global configuration data."} public string AddNewListItem( string site, string Listname, int iAttachTotal, string strMailServer, string strAssigned, string strTitle, string strSender, string strComments) { SPSite _siteHome = ...Show All

  • Alvin Kuiper Authentication mechanisms for SOA patterns in Product architectures

    Hi, I have got this question and thought i should post it across to find out the real answer. If we considered any product architectures that were built on Microsoft frameworks, say, MS Dynamics, Pivotal CRM (the company i work for), the default authentication model that is considered for is Windows Authentication for both Rich and smart client applications. This reminds the fact that both the user and the servers have to be placed within the same LAN boundaries and require to be in the Server's Active Domain System directory. I'm wondering how would the authentication systems works, If we were to host the same application as a hosted application model, (as MS Dynamics has an alternative models other than on-premise) as it ...Show All

  • Mark Macumber Difference between OH-SBE in 2.5 Vs 3.0?

    Urgently need this information how different is OH-SBE between CSF version 2.5 Vs 3.0. What all we should take care if we work with 2.5 as compared to 3.0. ok thanks Tilak. We are going on in configuring the environment, we have some trouble with identity manager, but now i understand the way ohsbe builds manifest. We are already using the oh sbe samples with sl sample. Thanks very much. If you are trying to get something working out of the box (ohsbe 3.0), unfortunately there is no docs on that. There is lot of change when compared to 2.5, interms of how the flow of messages are and how template manifest is built. With the current release, ohsbe builds the ...Show All

  • MLG_CSE How can I execute code in Session Start/End, Application Start/End, etc.?

    If I have code that needs to execute on Session Start, or Application Start, etc., what is the proper way of adding this code for a Sharepoint web application Just add global.asax as with ASP.NET SharePoint already installs with a global.asax file. You could modify it directly, but the standard 'modifying installed SharePoint files' disclaimer applies: hotfixes, patches, etc. could overwrite any changes you make to the file. Please, how can I modify global.asax file for SharePoint or How can I do any own code which I ususaly write in Application_Start event atc.. THX ...Show All

  • gafferuk Reference materials

    hi all, I am trying to explore CSF in detail. Have installed the Dev Lite Edition on my Windows 2003 Server machine ( with .Net Framework 2.0 ) and am trying my hand at the HelloWorld sample application. However, it seems there is very little technical reference available online. Can someone please suggest any appropriate resource(s) where one can get an excellent understanding on how to proceed with CSF based developments from the scratch Any help would be appreciated. Thanks - hiren Yes, the routing table is appropriate. From the look of traces, I am little confused about your trace, because your output trace has all the soapactions (CreateSession, http://tempuri.org/helloworld , T ...Show All

  • mcdonaldn Identity Manager - Tools and Utilities

    Hi, IDM Spy and SSOManage utilities was there in CSF 2.5 for Identity Mapping. I want to know about CSF 3.0, either same utilities are available or any any new utilities are included Rgs Vasu I assume you have the SC installed properly..with the app pool and service account etc. The reason i am saying that is even though the install says it is successful, I have seen instances where SC is not installed. That said, even if you have mmc for IDM configured correctly..you won't be able to create applications, as there is an open bug to be fixed soon. So for creating applications and configuring external credntails, I would recommend you to use SSO MMC Thanks Hi, Any idea when IDM mmc b ...Show All

  • ManjuVijay Copy Item action behavior in with SharePoint Designer workflow

    Hi, Using MOSS 2007 and SharePoint Designer. My source document library is a doc lib without folder; my target document library contains both doc items and folder items. I want to copy a document from the source doc lib to a folder within the target doc lib. I've built a workflow in SharePoint Designer(SPD), I used the Copy item action and it only allows me to specify a document library name for the target so the document end up in the main level of the target document library. I would like to copy the document within a folder of this target library; the folder name being based on an attribute value of the source document. Is it possible to achieve this with SPD Thanks in advance, Alain L. ...Show All

394041424344454647484950515253545556

©2008 Software Development Network

powered by phorum