The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
0
votes
3answers
643 views
ItemAdding getting the file name of a document
I have a document library. I want to add an itemadding event recieiever to do some validation on the file name of the document. How can I get the file name from the SPItemEventProperties
0
votes
2answers
2k views
How is Infopath 2010 “Sharepoint List Form” different from “Web Browser Form” and other form types?
If to create a new Sharepoint list, browse to it and click on ribbon a violet button with Infopath logo "Customize Form", one can edit fRom Infopath Designer a fOrm used for updating/editing and ...
0
votes
1answer
229 views
Inherited Page Viewer Control - allowTransparency on iframe
I created a custom control that inherits from PageViewerWebPart.
Now I need to toggle the allowTransparency attribute to = "true" on the rendered iframe to enable background transparency for the page ...
0
votes
2answers
976 views
Adding description to sharepoint link URL using the C# CSOM
I'm currently adding the URL except the description is an ugly link.
I would like to add the description to the URL in a links list on sharepoint online.
My current code to add a new item from an ...
0
votes
1answer
685 views
How Do I Get the MySite Images and Full Name of the MySite owner in MOSS 2007 in C#
I am building a simple web part that needs the image that is used from the MySite and the First and Last name of the site owner. I know how to get the current user, I need the name. I am also having ...
0
votes
1answer
141 views
Workflow security exception with custom dll
I have a workflow that uses a custom dll that I built. I have placed the dll into Inetpub website bin folder.
custom dll has 2 classes
XMLUtilities now refferd to as xml
Sharepoint helper now ...
0
votes
1answer
600 views
Adding and Removing fields to the user profile
Is it possible to add and remove fields from the user profile? For example I want to add a field for LinkedIn profile and remove the Schools field.
0
votes
1answer
2k views
GridView control - paging with linq. Where is objectDataSource?
I have visual web part with custom logic which retrieves me strongly typed list (not SPList -> .NET list object) which than I bind to gridview which has paging enabled. That works fine. Problem is: ...
0
votes
1answer
447 views
Add users e-mail addresses from multivalue user field to string
I have a list which contains a field users
(Multivalues are allowed so it can contain multiple users)
I would like to retrieve the email addresses of all users and assign them to a string?
Anyone ...
0
votes
1answer
451 views
C# save/submit to sharepoint from infopath [closed]
I have tried this.Submit(), this.Save(), but neither seem to actually work. Is there a simple way of doing this? I have also tried using a submit button and then using custom rules for that, but still ...
0
votes
1answer
1k views
InfoPath close form by code
I'm creating an InfoPath form in InfoPath 2010 Designer, that will be running in InfoPath 2007 and 2010 clients and contains C# code.
When the user clicks the submit button I need to execute some C# ...
0
votes
1answer
4k views
SharePoint 2010: Use SP Usercontrols in custom application pages
I would like to use SharePoint User Controls in my custom application pages.
In VS2010 I've created a new project and added an application page.
I've added the follow Tagprefixes in my customapp.aspx ...
0
votes
1answer
598 views
Dynamic WebPart connections
I'm prototyping the best way to dynamically connect web parts at runtime. Essentailly, the application will allow for several disparate application groups to create web parts that will be consumed ...
-1
votes
1answer
36 views
Overides attachment shows current only
This only show the current attachment in the repeater i want it to show old also
SPWeb web = SPContext.Current.Web;
SPList list = ...
