Tagged Questions
0
votes
2answers
18 views
How to embed image in SharePoint Workflow Association Form?
I am developing a custom SharePoint workflow in Visual Studio. I have a custom association form (ASPX) and I'd like to display an image, which is embedded into the project (and subsequently wsp).
...
0
votes
1answer
57 views
Custom Event Reciever For Document Library(sharepoint 2010)
I have a month column which is a choice column in my document library in the format specified below.. For eg. Jan 2013 I have the following requirements 1. The month dropdown should always have only ...
2
votes
1answer
39 views
How to Retrieve the Data from an Individual Blog Post
I am trying to brand a blog post according to our standards, and to do that I have simply created a custom visual web part to take the place of the SharePoint default. What I am wondering is how am I ...
1
vote
3answers
4k views
How to add .aspx page in sharepoint 2010 project with visual studio 2012?
I went through following links:
http://www.codeproject.com/Tips/312544/How-To-Add-Custom-ASP-NET-Page-Using-Layouts-Folde
...
0
votes
2answers
552 views
Upload photo to a custom list using visual webpart in sharepoint 2010
I have a list, ListPersonalDetails, for storing personal details of students. It has fields like firstName, lastname, address etc. It also contains a field to store the photo which is of type image. I ...
1
vote
0answers
100 views
Visual Studio intellisense over WebDav (DAVWWW) does not work. Failed to Start Monitoring
The page lives in a library inside SharePoint 2007 and has inline c#.. no master page or sharepoint references. I can open, edit and save the page via the URL. But getting warnings and no ...
0
votes
1answer
87 views
Add content to Web Part without reloading
I am developing a Search Web Part for a WSS 3.0 site in Visual Studio 2008. The user types in their search criteria, then clicks OK. In the Click event, I am iterating through every Site Collection in ...
0
votes
1answer
853 views
Filtering an SPDataSource with a dropdown - selected item is lost through postback?
I'm trying to filter the contents of a dropdown based on the selection in another dropdown, using this MSDN blog post and forum post.
The filtered dropdown appears with the correct data the first ...
1
vote
1answer
197 views
Display the actual attachments(Image) in Announcements list?
I have a custom web part on my home page pulling data from the announcements list.
When a user clicks on the Title (I have created it as a link) it directs to this page:
I would like to modify the ...
0
votes
0answers
167 views
How do I set the value of the WebUrl query parameter of an SPDataSource?
I've put an SharePoint:SPDataSource element on an aspx page, which is going to be linked to an asp:DropDownList, but I can't find a value for the query WebUrl parameter that works. What am I missing? ...
0
votes
1answer
247 views
Regenerating a custom list form .designer.cs file
I'm writing a custom list form in VS2010, but I can't get the .designer.cs file to regenerate to properly reference the controls in the aspx file. I've tried deleting the designer file, but the ...
0
votes
1answer
871 views
How do I update/refresh a web part using an AJAX Update panel every 5 or 10 minutes?
I have a news and announcement web part that I would liek to refresh every 5 or 10 minutes so users get the latest information. I have a bunch of asp controls within an update panel's contenttemplate. ...
0
votes
1answer
488 views
“LinkTitle” column from event list dose not render when added to a repeater control?
I have the following code to render the event Titles (the LinkTitle Column) in a custom web part:
<asp:Label ID="Title" runat="server" CssClass="titleStyle" ...
0
votes
1answer
234 views
How do I retrieve the “Title (linked to edit)” column from event list to display in my custom web part.
I am creating a visual web part to display the calendar events in the form of an events list with custom css. The web part will be on the home page of my site. Here is what I have right now and it is ...
0
votes
2answers
1k views
Populating a simple custom Event Web part that retrieves information from the OOTB calendar web part
I have a requirement to build a Event web part that shows the 5 most upcoming events and a see all link (that links to the OOTB calendar view). Here is a graphical representation:
How exaclty do I ...
0
votes
1answer
423 views
Rendering IMAGES (attached to announcement list) in my custom web part?
Please bear with me as I am brand new to the whole sharepoint world.
I want to be able to display images that have been attached to OOTB announcement list in a custom visual web part I am trying to ...
0
votes
2answers
221 views
Email with multiple attachments triggered by a button
I want to create a button that would trigger to send an email with all the documents in a certain document library.
I tried creating this on workflows but unfortunately I can't seem to add multiple ...
1
vote
2answers
188 views
Visual Studio 2008 + MOSS 2007 : Updating ASP.NET 3.5 Web Application to SharePoint
What are the steps to updating ASP.NET 3.5 Web application (compiled using Visual Studio 2008) to SharePoint Server 2007?
2
votes
1answer
2k views
How do I get my query results to display in my web part?
I'm working on my very first web part for SharePoint 2010 in Visual Studio 2010. Please keep that in mind as you continue reading.
I'm trying to build a web part that runs a simple query against a ...
3
votes
3answers
2k views
ASP.NET User Control in SharePoint WebPart
I want to use the Visual Studio designer to make controls for my WebPart... I've been pointed to two approaches that seem ok. First, SmartParts... which I'll look into later. Second was to create an ...