The updatepanel tag has no wiki summary.
5
votes
1answer
125 views
Lync status bullet in UpdatePanel
I'm creating a webpart that shows the employees birthdays. It's a simple web part that when the page is loaded lists all birthdays for the current week (data comes from a SPList). My webpart then ...
0
votes
0answers
168 views
Update Panel Error on Adding Report Viewer Control Dynamically SharePoint 2010
I am trying to add report viewer control dynamically on my visual web part (on ascx control).
The code I am writing is on PreInit event and creating an instance of Report Viewer Control and adding it ...
0
votes
0answers
40 views
Cancel Ajax Request in Webparts
In my visual web parts used in modal dialog, I have used a UpdatePanel and added an initializeRequest function and an endRequest function like following:
<script type="text/javascript">
...
1
vote
1answer
106 views
Updatepanel Leaks Memory in Webpart
I've got a very simple visual webpart and I'm trying to figure out why. In IE9, after about 10 minutes, memory usage has slowly climbed up about 5MB. If I let it keep running, it'll just keep on ...
0
votes
0answers
93 views
UpdatePanel alternatives
Guys like to know some alternatives to render an ajax webpart without using updatepanel. I believe that the updatepanel is much heavier because it makes the whole page postback.
What are the ...
0
votes
0answers
219 views
Adding a SharePoint list to an Update Panel
I am trying to add a SharePoint list to an AJAX Update Panel. I am doing this by adding a ListViewWebPart to the Update Panel. My code:
SPList fcsRequestList = ...
1
vote
1answer
1k views
Partial postback sharepoint webpart
I am trying to add update panel to my sharepoint sitepage below:
I am getting the error :
Failed to load viewstate. The control tree into which viewstate is
being loaded must match the control ...
3
votes
1answer
387 views
Update Panel Error
I am working with SharePoint 2010 features. I am writing feature receiver code where I create new web part pages with ReportViewerWebPart and my custom web part on the page. I am creating multiple ...
3
votes
1answer
396 views
jQuery autocomplete dissapears on postback
I'm using the jQuery autocomplete and this works perfect. But when I do a postback, it looks like the page "forgets" that there is an autocomplete on the textbox.
Important to know: this textbox is ...
0
votes
1answer
77 views
Form Always prompting to update
I have a form (2007 filler form template - deployed on sharepoint 2010, opens in infopath) and when it opens I am always getting a prompt saying a 'new version is available and to update the form'. ...
0
votes
1answer
223 views
Unexpected System.InvalidOperationException: The Visible property cannot be set on Web Part
I am trying to find the cause of the problem described in my previous question where controls on UpdatePanels are not functioning properly. Strangely, this is only happening on intranet clients ...
1
vote
1answer
2k views
Refresh web part without refreshing page [duplicate]
Possible Duplicate:
Refreshing custom developed web part
I have a custom web part that displays items from a list. A user can select an item and edit the metadata on it. I want to refresh ...
2
votes
3answers
1k views
Why web parts are loading sequentially?
In our home page we have multiple web parts that get the data from different webservices or from a recursive search in some lists in the site collection.
We detected that all this calls were too ...
1
vote
2answers
2k views
Dynamically add controls to webpart without Postback?
Is it possible to dynamically add controls to a webpart without having a postback for example with AJAX/Java Script/jQuery/Partial Postback within SharePoint? I'm searching for some kind of ...
2
votes
2answers
481 views
Page, Dialog and update panel issue
I have page, where user can choose where he wants to copy library element. Since copying can take longer time, I'd like to give some information that actually something is going on. It is also ...
4
votes
1answer
436 views
How do I stop an InputFormTextBox from becoming read only when using an UpdatePanel?
I'm using update panels within a SharePoint 2010 form - I know update panels aren't the best thing to be using in the first place, but time is a issue on our project - and after a user triggers a ...