Tagged Questions
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">
...
0
votes
0answers
113 views
Webpart with update panel is deleting the text in IE's tab on every request
I have a web part that display information to the user. It lives in the pages: /Pages/default.aspx
The web part was working fine until I wrapped the grid in an update panel. Now when you sort or ...
-1
votes
1answer
195 views
picture load asynchronously
I have a picture that is larger than the viewable area... and I need to add a scrollbar to the picture so that I can load the picture as per the scrollbar. I need to show the picture in a visual web ...
1
vote
4answers
1k views
Problem with HTTP handler in Sharepoint 2010
I'm developing a visual web part for Sharepoint 2010. This webpart needs to get some data via AJAX. So I went for the HTTP handler + jQuery solution posted here.
But I'm getting a problem when trying ...
1
vote
1answer
623 views
How to make jQuery AJAX request with a HTTP Handler in SP10?
I'm developing a SP 2010 Visual Web Part that needs to load some data via AJAX.
I found this very helpful article but I'm having some doubts about it.
I have the Visual Web Part project, inside I ...
6
votes
3answers
2k views
How to asynchronously load and refresh a Visual Web Part?
We have developed a Visual Web Part for Sharepoint 2010 with Visual Studio 2010 (Visual Web Part project template).
The web part loads some stuff and shows a list of items. It takes some seconds to ...