Tagged Questions
1
vote
2answers
176 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
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?
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
...
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 ...
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#" ...
0
votes
2answers
2k views
The control with ID 'XXXXX' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it
I am getting the layout issue for calendar webpart in my page .
with the error message :
The control with ID 'XXXXX' requires a ScriptManager on the page. The ScriptManager must appear before any ...
3
votes
1answer
259 views
Adding Controls to a Bing Map Webpart for SP 2010
I am using this WebPart to display Bing Maps, I did lots of research to find out, how can I put controls on it as one shown in picture in link but didn;t find any hint except AJAX might help, can ...

