The ajax-control-tookit tag has no wiki summary.
2
votes
2answers
3k views
UpdatePanel with SharePoint 2010 web part
UPDATE
protected override void CreateChildControls()
{
if (!this._error)
{
try
{
base.CreateChildControls();
...
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 ...