ajaxtoolkit

ASP.NET Ajax & ModalPopupExtender doesn't show up

Hello I'm not able to get my panel popup using ModalPopupExtender. Here's the code .modalBackground { background-color:#CCCCFF; filter:alpha(opacity=40); display:none; opacity:0.5; } .ModalWindow { border: solid1px#c0c0c0; background:#f0f0f0; padding: 0px 10px 10px 10px; position:absolute; top:-1000px; left:-1000; }...

AjaxToolkit IIS7 Asp.Net 4.0: Sys is not defined; handler mapping issue?

Hello everybody, I have moved my asp.net 3.5 app to asp.net 4.0 and moved from windows 2003 (iis6) to windows 2008 r2 (iis7.5) and now i have this sys is undefined error. i have the app running in an integrated application pool. everything works except my ajaxtoolkit 3.0.20820.0 dll now I have read several blog posts, most of them cov...

Inserting value to AjaxControlToolkit.HTMLEditor using javascript

I'm using AjaxControlToolkit.HTMLEditor, and I want to add value to it using javascript or jquery like this: alert( $find("eCompose_ctl02_ctl01")); // if $find("eCompose_ctl02_ctl01").attr('value') = "asdfasdfasdf asdfasd asdf sf"; also tried like this: document.getElementById('eCompose_ctl02_ctl01').value += "ababsakas asdasd l"...

Deploying AjaxToolkit causes script reference error

My site running locally works OK. Once deployed to web server I get the following error: A script reference cannot be included multiple times in composite script references. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and...

catch SelectedIndexChanged event of Accordion control in ASP.NET AjaxToolkit

I have an Accordion control that is populated dynamically. I want to catch the event raised when a new pane is clicked on to open. I don't see the event at all in intelli-sense and when I code it by hand anyways I get errors. Is there any way to catch this event? The goal is to let a control in the masterpage that is holding the Accord...

How to change the default color picker popup looks in Ajax Toolkit ?

I am using the Ajax Toolkit for color picker. Default color picker just gives the tabular structure; i would like to extend/modify toolkits color picker popup with text box and the color code as shown in the second example below. Color Picker Can some one please help me how that can me done ? Thanks ...

How to set SelectedColor property of ColorPickerExtender from code behind(page load) ?

I am using the AjaxControlToolKit color picker and i would like to set the SelectedColor property of the color picker extender from the page load event of the page. However its not working for me. Can some one please help ? How this should be done when the color is specified in the DB and need to be dynamically read from the DB. ...