An acronym for Asynchronous JavaScript and XML
1
vote
2answers
199 views
SharePoint 2010 web service - GetListItems not working in Chrome & firefox
function GetListItems() {
var soapEnv = "<?xml version='1.0' encoding='utf-8'?><soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>" +
...
1
vote
2answers
121 views
Ajax web service call not working in chrome browser
Can any point me to the error am doing in this block of code. This is working fine in Internet Explorer and Firefox but not in Chrome.
Chrome does not return the result.
function ...
0
votes
2answers
183 views
sharepoint sandboxed solution make ajax post call
I have created a sandboxed solution for SharePoint 2010 which contains sandboxed visual webpart. I need to make ajax POST call and pass the entities from javascript. can you tell me how can I ...
1
vote
1answer
51 views
Ajax Calendar Extender Position is not working in SharePoint Webpart
I am using Ajax Calendar Extender, but it is not pop up next to textbox, it is appearing int the middle of the page.
Here is the code:
<asp:TextBox ID="dtEnginerring" runat="server" ...
1
vote
1answer
106 views
SharePoint DateTime format as DD-MMM-YYYY in List NewForm
How to bring the DateTime format as DD-MMM-YYYY in SharePoint list NewForm.aspx?
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 ...
1
vote
1answer
256 views
Force on-demand DVWP async refresh
I am writing an application that allows users to enrol in something. One web part displays a view of the event calendar and has a button on each event that the user clicks to enrol in the event. A ...
0
votes
1answer
114 views
enable ajax on listview web part added in feature upgrade
is there an option how to enable ajax functionality in listview web part type added by code? Iam facing problem where we added 2 list view web parts on the page and they behave really strange. I read ...
0
votes
1answer
99 views
sys.extended.ui is null or not an object sharepoint
i m working in sharepoint 2010 and using ajax toolkit 3.0.30930.28736
i m using ajax toolkit slider control for some reason i wanted to override following method of slider
...
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
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
0answers
90 views
update xml file within doc library using jquery ajax
I can read values from xml files that are posted within a document library using jquery ajax, but can I update those values then save/post them back into the document. i.e. can I update the contents ...
1
vote
0answers
61 views
Sharepoint Webaprt
How to call sharepoint webpart usercontrol method in AJAX
$.ajax({
type: "POST",
url: "FundUserRegister2.asmx\validateEmail",
data: "{'strMailID': '" ...
1
vote
0answers
78 views
How to Reconcile External Data and Multiple Values for a List Item?
I am currently developing a solution that requires me to integrate a SharePoint 2010 list (generic list type) with items from a SQL Server database. In addition to this hypothetical field being ...
1
vote
0answers
238 views
Load full list XML into JavaScript variable via CEWP
Currently I am using the lists.asmx webservice to POST a soap envelope and return specific list items. I really want the whole contents of the list. I realize how large that might get, but if this ...
0
votes
0answers
11 views
Possible to load different things in context for sharepoint client object model code?
In my javascript (ecma/client object model) for sharepoint 2010, I am first making a request to get the current user name, then when that succeeds I then make another request to download items from a ...
0
votes
0answers
18 views
Handle AJAX call in SharePoint sandbox
I'm developing a solution for Sharepoint 2010 using ASTreeView. This control handles also AJAX calls for node loading. To load children of a parent, a
<ul><li>...</ul>
needs to ...
0
votes
0answers
186 views
Download File from client side by using Javascript api for sharepoint
I want to download a file by going through .aspx page and which returns a file like this
Response.Clear();
string content = Request.QueryString["param1"]+Request.QueryString["param2"]
...
0
votes
0answers
90 views
UpdateListItems ajax call is successful but does not return created item
I want to create a new list item and store the created item's ID in a variable for later usage.
So I'm using UpdateListItems and making an ajax call and then in the success callbakc function ( ...
0
votes
0answers
44 views
How to re-enable the ECB on imported 'version history' HTML?
So I'm pulling in the Version History for a given library item, via jQuery UI tabs, which ends up looking like this:
The URL I request uses IsDlg=1 to greatly reduce initial markup returned by the ...
0
votes
0answers
53 views
How can I manipulate sharepoint ajax calls into the pipe line?
I built a SP server code that , (I don't know why) make some trouble into the client side code.
When the page is loaded for the first time, I notice that every single item in the page, they are not ...
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
70 views
Update WebPart MenuItem/Verb from Client Side
Here is the scenario - I have a custom webpart where I added one custom menuitem with client side handler, now my requirement is when I click on the menuitem some text should be shown, for example ...
0
votes
0answers
33 views
JSGrid: How to merge two cells in one in a specific row?
How can I merge two cells in one for a specific row in a JSGrid?
Cheers
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
130 views
JSGRID: How can I show a loading message while an operation is pending?
Hello SharePoint people,
I have created a JSGrid on a SP project via the 'How to: Write Back Changes from the JS Grid Control' tutorial from the msdn website, and I'd like to disable the grid when ...
0
votes
0answers
116 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 ...
0
votes
0answers
100 views
CSS not taken in my calander plugin
I have below my designer code ..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<%@ Page Language="C#" ...

