0
votes
0answers
6 views

SharePoint 2013 pop up window not displayed correctly

a pop up window is supposed to open on a button click. but this pop up appears distorted with half its content being hidden. solution was developed in VS 2010, and deployed to a 2013 environment. ...
-2
votes
0answers
13 views

Sharepoint 2010 >> how to rotate List items in visual webpart [closed]

I have the requirement for fetching the items from a list and rotate the items (vertically). I have used repeater control for for fetching the items from the list but I am not to rotate them ...
0
votes
0answers
16 views

Create addin for Sharepoint [migrated]

I want to know if there's a way to create an addin for Sharepoint similar to the Outlook Plugins you can develop in Visual Studio. I've seen I can create a "Web Part" but I don't think that's the ...
-1
votes
0answers
7 views

Duplicate SharePoint 2010 Site Definition with new GUID's [closed]

I have a fairly elaborate Site definition for a project underway. I want to make a customized edition with new settings to go alongside my original, that is pre-configured to certain situations. How ...
1
vote
2answers
74 views

SharePoint CAML query works in builder but not in code

I have a query that is working when using any CAML query builder, when in using it in c# for a SharePoint web part, it always returns no results. using (SPWeb ThisWeb = ThisSite.OpenWeb()) { ...
0
votes
0answers
80 views

Prevent TreeView from scrolling page down to selected node

I have a TreeView (in UserControl that is placed on SharePoint site) with lots of nodes. After user clicks on any of these nodes PostBack is called and page reloads to the same position (vertically). ...
2
votes
5answers
299 views

SharePoint development in visual studio without having to deploy/debug on every code changes

I'm using VS2010 connected to a local SP2010 installation, I edit the code in VS2010 (i.e. of a WebPart) and then in order to see the result on a browser I deploy the solution. This is very annoying ...
0
votes
1answer
259 views

Custom code-behind forms for content type in sharepoint 2010

I need to create custom content type derived from TASK content type in SharePoint 2010. The main point here is that I want my custom aspx edit and view forms with code behind to be opened when user ...
0
votes
2answers
132 views

Event receiver in console application

I have created a console application in which I have defined ItemAdded event receiver method. I wanted to know how to execute the ItemAdded method, do I need to call this method inside the Main ...
-1
votes
2answers
73 views

How to add a wiki page through ItemAdded event receiver coding on the addition of a new item in a list? [closed]

I have a list named 'List1' in which I have 'title ' and 'WikiLink' columns. I want to add a wiki page on the addition of a new item using ItemAdded event receiver code and update the link on ...
0
votes
0answers
27 views

Creation and dynamically applying Sharepoint 2010 themes

It is possible to dynamically change colors through Visual Studio but not the background image. I need to apply themes dynamically like if today's date > 15dec && today's date <30 dec ...
0
votes
2answers
235 views

sharepoint 2010 infopath custom code button hidden

I've been giving a really fun task at work, I need to create a SharePoint app or some sort of list on sharepoint, where someone can nominee people from the company to win some sort of recognition ...
0
votes
1answer
517 views

Creating document library through visual studio for SharePoint 2013

I am trying to create document library using C# in visual studio for SharePoint 2013. But on running my application I am getting this error "Microsoft SharePoint is not supported in 32-bit process. ...
0
votes
1answer
999 views

How to update one list from another using ItemUpdated event receiver in SharePoint?

I am quite new to SharePoint and have been working on this thing for a couple of days. I was able to somehow use ItemAdded event receiver but I want if I update List 1 then using ItemUpdated event ...
1
vote
0answers
46 views

VS 2010 - Missing project templates ( vsInstallTemplates not found )

SharePoint project templates are not showing up in our VS 2010 installed on the server (SP is already installed & running in that machine). After researching a little bit, I've copied the ...

1 2 3 4 5 11
15 30 50 per page