Tagged Questions
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 ...
2
votes
2answers
3k views
UpdatePanel with SharePoint 2010 web part
UPDATE
protected override void CreateChildControls()
{
if (!this._error)
{
try
{
base.CreateChildControls();
...
0
votes
1answer
323 views
Validating web part custom property with ajax enabled?
i am using web farm solution and i have implemented few custom properties and my question is, is there a way i can enabled AJAX? when the user enter the bad name i validate in the prop and display ...
0
votes
1answer
826 views
How to deploy a web part that uses AjaxControlToolkit with WSPBuilder?
I'm trying to deploy a webpart that is an ASP.NET user control that uses AjaxControlToolkit via WSPBuilder, with not much success.
There seems to be a lot of web.config edits that need to be done in ...