ajaxcontroltoolkit

Create MasketEditExtender on the fly using JavaScript only

Hi, I need to create a textbox and an associated MasketEditExtender when the user clicks a specific button on the webform. I can create the textbox on the fly using Javascript, ¿but how to do this with the MaskedEditExtender? Thanks ...

HTMLEditor's content not see <br/>

Hi, I'm using an editor control of ajaxcontroltoolkit. <cc1:Editor ID="EditNews" runat="server" NoUnicode="true"/> My problem is that when I try to get the content of Editor by: Literal1.Text = EditNews.Content; if in the editor there are breakLine for example "If I write" Text Text Text Text In Literal I get: Text Text Tex...

Ajax Control Toolkit Animation - Flip

Hi, The situation is very simple, I have two panel. In the event of OnMouseOver on the first panel. It will flip to show the second panel. I know the easiest way is to use the Jquery. But I'm trying to learn and use the Ajax Control Toolkit Animation Extender. Please point me into the right direction. Thanks In Advance.. ...

How do I restrict the WCF service called by an ASP.NET AJAX page to only allow calls for that page?

I have an AjaxControlToolkit DynamicPopulate control that is updated by calls to a WCF service. I know I can check the HttpContext in the service request to see if a user of the page (and thus, the control) is authenticated. However, I don't want anyone clever to be able to call the service directly, even if they're logged in. I want acc...

two different version of AjaxControlToolkit in same web application

I have two different version of AjaxControlToolkit dll and I have added reference of both dll in my web application. I also set up control tagprefix in web.config. Now one of the page is using 1.0 version and I want to use 3.0 version in another page. I am getting following error. "The server tag 'ajaxToolkit:SliderExtender' is ...

How to access a control inside an ajaxmodalpopup in javascript?

Inside an Ajax popup I have a GridView. I want to access the GridView from javascript. As it is inside popup I am unable to use document.getElementById I used document.GetElementsByTagName and accessed popup in javascript. How to traverse to the gridview inside that popup? ...

JavaScript events not firing for ASP.NET AJAX Control Toolkit control extenders in IIS 7

[Edited: After cross-testing on a fresh machine and some additional research, this appears to be an issue running in IIS 7. I've read many accounts of problems online but none of the few resolutions I've seen made sense nor (surprise) worked.] Hi folks, I'm new to ASP.NET AJAX and am having what I assume is a configuration issue. I've ...

Update panels don't work after converting from VS 2005 to VS 2008

I've updated to the latest version of the AjaxControlToolkit, but it still doesn't seem to work. UpdatePanel for example works the first time, but it never hits my endrequesthandler. ...

ModalPopupExtender and validation

How do I setup the ModalPopupExtender to not show when the validation on the page fails? I have a RequiredFieldValidator on a textbox. On Submit, I would like to show the ModalPopupExtender ONLY if validation is successful. ...

ASP.NET AJAX Problem

I've updated some code to use the Ajax Control toolkit 0911 beta and for some reason code that dynamically added collapsable panel extenders in the code behind now causes the following error in the client side jscript... Microsoft JScript runtime error: Sys.ArgumentException: Value must not be null for Controls and Behaviors. Parameter ...

Adding video and flash functionality to the Ajax Control Toolkit HTMLEditor

Greetings, I'm looking for a way to extend the functionality of the HTMLEditor control that the Ajax Control Toolkit supplies for ASP.net. I would like to add video and flash functionality to the editor (buttons, allowed tags, etc). To my knowledge, this is rather easy: plop in an embed tag with the correct parameters and it just works;...

Associate Key-Value pair with textBox autoComplete extender

How do I associate a Key-Value pair with textBox autoComplete extender in a way similar to a dropdownlist? It is preferred that value will not be visible to user. ...

Why does my ConfirmButtonExtender cause full postbacks after I've toggled its parent usercontrol's visibility?

Hello all, I have a series of usercontrols on a page that are displayed based on a selection. Each usercontrol contains a Delete button with a ConfirmButton/ModalPopupExtender combo attached to it. This works great when first loading any of the usercontrols--clicking delete shows my Confirm Modal popup and hitting yes or no causes an ...

Can somebody explain the differences, status and future of the various ASP.NET AJAX libraries and toolkits?

I'm confused about the differences and relationships between the various Microsoft ASP.NET AJAX components/libraries/toolkits and particularly the naming of them. It starts off relatively simple with ASP.NET AJAX itself: ASP.NET AJAX 1.0 (available for ASP.NET 2.0 in a separate package called ASP.NET 1.0 Extensions) ASP.NET AJAX 3.5 (...

ASP Ajax Toolkit Calendar control defaults to mm/dd/yyyy can this be changed?

Hi folks, I have a text box which has a Ajax calendar extender attached. You click on the text box, the calendar pops up, you select a date and that gets displayed in the text box. That all good but the date is displayed in mm/dd/yyyy format. Can this be changed? Thanks, Jonesy ...

control width of ajax tabcontainer control

Hi guys, i am having tabcontainer control with updatepanel with gridview inside tabpanel in my page i want to be have fixed width but whenrver i update the updatepanel with gridview asynchronously it is get expanded So any suggestions to give tabcontainer fixed size. ...

ConfirmButtonExtender using ModalPopupExtender fails in UpdatePanel after partial postback?

Hello, We're trying to add a more fancy looking confirm messages than the regular JavaScript-confirm message to our delete-buttons in a list of comments on our site. To accomplish this we're trying to use the ConfirmButtonExtender together with a ModalPopupExtender. The comments are displayed using a ListView inside a UpdatePanel so th...

How do you remove the space inserted automatically in Ajax control toolkit tab panel control

The Ajax control toolkit tab panel automatically inserts a space by all four corners of the body. For example, go to http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Tabs/Tabs.aspx and look at the TabPanel on the page. The is a space before "Signature:" and "Bio:" labels. How can I set the space-width to 0px; in the tabPanel body? ...

ASP.NET Ajax Control Toolkit Slideshow Alternative

I've been using the ASP.NET Ajax Control Toolkit Slideshow extender and while it works, I'm not totally satisfied with it as it has problems handling multiple slideshows on one page and the fade is choppy. Anyone suggest any alternatives? Edit Just curious also. What is the general opinion of the Slideshow extender? Just wondering ...

ASP Ajax control toolkit - on date selected

Hi folks, I've got a calendar control on a text box I'm just wondering how I can trigger a sub when a date is chosen on the calendar? There is a OnClientDateSelection changed in the extenders properties but im not sure how to use this. Any help most appreciated! -- Jonesy ...