Tagged Questions
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
...
0
votes
2answers
752 views
Adding the Ajax Control Toolkit to a SharePoint project
I am unable to get the List Search Extender from the Ajax Control Toolkit to work correctly. After inserting my WebPart to the page, I get the error: "Could not load file or assembly ...
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 ...
0
votes
3answers
487 views
Cant load AjaxControlToolkit despite being deployed to GAC
I want to use AjaxControlToolkit on my application pages. I created new project where I added AjaxControlToolkit as safe control. When I deploy this project (package), I can see AjaxControlToolkit in ...
1
vote
1answer
928 views
Using AjaxControlToolkit in SharePoint: Multiple instances of ScriptManagers?
I'm trying to use AjaxControlToolkit controls (specifically CalendarExtender and ComboBox), but am having problems with the ScriptManager control. I've got the ToolkitScriptManager at the top of the ...
2
votes
2answers
3k views
UpdatePanel with SharePoint 2010 web part
UPDATE
protected override void CreateChildControls()
{
if (!this._error)
{
try
{
base.CreateChildControls();
...