Tagged Questions
0
votes
1answer
336 views
JQuery Ajax Post method not working with Sharepoint 2010 URL
I'm trying to send some data to an aspx page by clickin on button but it doesn't seem to work by using jQuery Ajax Post ,however if I just chage the ajax type to GET it works fine ! but I do really ...
0
votes
0answers
184 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"]
...
1
vote
0answers
58 views
Sharepoint Webaprt
How to call sharepoint webpart usercontrol method in AJAX
$.ajax({
type: "POST",
url: "FundUserRegister2.asmx\validateEmail",
data: "{'strMailID': '" ...
1
vote
1answer
67 views
share point Page layout AJAX
I have the follwing code
$.ajax({
type: "POST",
url: "/_Catalogs/MasterPage/GDetail.aspx/GetFundURL",
data: "{'cusip': '" +$('#<%= ddlShareClasses.ClientID ...
0
votes
1answer
98 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
...