0
votes
0answers
8 views

Accessing custom property value of webpart in application page

We have a custom property in a webpart. and we are opening an application page as a popup dialog. In that page we want to access the webpart property. The custom property is as follows: ...
0
votes
1answer
16 views

Load data in a webpart lifecycle works first time, but in a popup reload it doesnt refresh

So, here is the scenarion I have a webpart that loads some data. I have in another place of the page a button, that opens a popup, when the user does something in that page (create action), the popup ...
1
vote
1answer
15 views

Travese through all webs and intersect lists

I want to traverse through all webs and child sites, to find lists with the same name and make intersection of them with child list priority and show result in web part in repeater. Lists contain ...
0
votes
0answers
19 views

Ajax UpdatePanel throws Method Access Exception in SharePoint 2013

I have developed one SharePoint web part that has Ajax Update Panel. the update panel is used to refresh combo box. This web part work fine development environment. But when it is deployed to ...
-2
votes
0answers
18 views

How to trigger stored procedure with SharePoint 2013?

how is it possible to trigger a stored procedure from Microsoft SQL Server with SharePoint 2013? We have a stored procedure that runs a job in the database. Now, we want lets say a button in ...
1
vote
3answers
56 views

Cannot Access C# Variable outside of foreach Loop

I currently am developing a SharePoint Web part that will populate some stuff based of the of the List. Everything is working as expected but I can't seem to access the variable that has all the list ...
0
votes
0answers
40 views

C#: Duplicating of Objects when adding item to List

I am working on a SharePoint webpart which requires retrieval of data using LINQ. I needed the result to be on a List-type object so that I can use the result within, freely. But the issue is that, ...
0
votes
0answers
30 views

Multiple webparts with gridview in a page , pagination works for first webpart

In my moss 2007 web site, i am rendering webpart(Tracewbpart) at runtime which contains pagination and gridview inside.So the order is Webpart-> UpdatePanel->Gridview & Pagination panel.If i ...
0
votes
0answers
47 views

Adding a new web part zone in sharepoint 2010

I am trying to create a new web part zone in a sharepoint 2010 page. I was able to create it and to use it, but today, when I opened the page, I saw that every web part I have put inside that zone, ...
0
votes
1answer
26 views

Change WebPart Custom Properties Layout

I'm developing a WebPart for Sharepoint 2010. I created custom properties but i would like to change the layout. I would like that the elements below would look like the default elements(spacing and ...
0
votes
2answers
23 views

WebPart UpdatePanel namespace missing

I'm creating a web part. I need an update panel to refresh controls when using dropdowns list. I dont know why but it's missing the namespace when it shouldnt right? using Microsoft.SharePoint; using ...
0
votes
1answer
41 views

Web Part Sharepoint - Dropdown SelectIndexChanged to set visibility not working

I'm developing a web part for sharepoint 2010. I have a dropdown with an event. On change it should show one label or another, depending on the value but this is not working. I did put autopostback to ...
0
votes
1answer
45 views

Sharepoint - Event(s) on web part edit

Question: Is it possible to execute code solely upon the editing/settings change of a web part (presumably via event listeners) and if so can someone link/provide an example? Background: I'm ...
0
votes
1answer
30 views

Authentication at reversal to Web app of Web Part Sharepoint 2003

There is sharepoint 2003. Developed Web part. When a user accesses a web part, then passes authentication on the server side. I need within the Web part to send a request to Web app. When I send a ...
0
votes
0answers
36 views

How to change a webpart list view to another list view when a custom button is clicked on a wiki page?

I created a list and setup 3 views using "filters" in Sharepoint 2010. On the main wiki page, I created a custom dataview that brought the list into a wiki page and the view was the default view. I ...

1 2 3 4 5 55
15 30 50 per page