ajaxtoolkit

How do you use WatiN to click on an Ajax toolkit TabContainer header?

I have an ajax toolkit TabContainer control on my page with a couple tabs. In my test, I would like to switch between the tabs. I've tried _ie.Span("tabHeaderID").Click(), .MouseDown(), .FireEvent("onclick"). I've tried these same methods on the parent span elements as well. I've also tried Eval-ing some javascript to set the active in...

PageMethod Not Updating - Requires Project Rebuild to be Updated

I am using the AJAX Toolkit: <ajaxToolkit:CascadingDropDown ID="CategoryDDL_C" runat="server" TargetControlID="CategoryDDL" Category="Main" PromptText="Please select a category" LoadingText="[Loading...]" ServiceMethod="MainDDL" /> And for the Service Method: [WebMethod] [System.Web.Script.Services.ScriptMet...

ASP.net Toolkit Masked Edit Control With 99:99 Time Mask

Hi, I am trying to use the asp.net ajax toolkit masked edit control to take an hour/minute input with the mask 99:99 and the masktype="time" property set. However it doesn't seem to do any time validation client or server side.... it allows me to input any numbers like 88:77 which isn't a valid time. Is this a bug in the control or is...

Configure asp.net site with ASP.NET Ajax Control Toolkit

I have an application that has been converted from VS2005 2.0 framework to VS2008 3.5 framework. I am attempting to add the ability to use the AjaxControlToolkit DLL [AjaxControlToolkit-Framework3.5SP1-DllOnly.zip] download only within my project. I have followed the configuration setups to get the project to build, and have not been suc...

Asp.net updatepanel clears checkboxlist selections

I have an ASP.Net CheckBoxList control inside an Ajax UpdatePanel. I will include the code (C#) along with the HTML below. I have found that it is something with the CheckBoxList not persisting through the post back. BTW, it is a little messy. It is a prototype. This is the method used to populate the original CheckBoxList protecte...

How do I know what scripts do I need for what Ajaxtoolkit control in ASP.Net MVC

Hi Everyone, I was wondering how do i know what scripts are required for what Ajaxtoolkit control? for instance i know for Datetime control these are requried in the following sequence as seen here BaseScripts.js Common.js DateTime.js Animations.js PopupBehavior.js AnimationBehavior.js Threading.js Timer.js CalendarBehavior.js ...

UpdatePanelAnimationExtender: No animation when certain button clicked

Hi there, I have a GridView inside an UpdatePanel that is populated when a search is performed on the page. When it is populated or the page changed, it performs a fade animation. There are other operations that I want to perform that update the UpdatePanel, but I don't want these to perform these fade animations. The closest I have fou...

Synchronizing Ajax Toolkit Calendar Extender

I have two Ajax Toolkit calendar extenders. One of them is a start date and the other is the corresponding end date. What I would like to happen is when a date is selected in the Start calendar the End calendar will jump to that date. This sounds pretty simple but I have been having a hard time getting it to happen. Someone put me ...

Trying to self contain pop ups which use the AjaxToolkit ModalPopUpExtender

I have 3 different kinds of ajax popups that need to exist across my site. I was hoping that I could simply create a user control for each one and place the panel and modal popup extender inside each one but this doesn't seem to be working. Has anyone tried this before or do you have a recommendation as to how I can avoid duplicate code ...

ListBox in an UpdatePanel jumps to the top after selecting an item at the bottom?

This only occurs in Internet Explorer. I have a ListBox which is in an UpdatePanel. The ListBox has around 100 items in it and it shows 15 are visible at a time. They are sorted from 1 to 100. If I scroll to the bottom and select item number 50, item 50 stays selected, but the ListBox jumps back to the top of the List, so it is displ...

Trouble with Ajax toolkit CalendarExtender Crashes IE6

Hello I have a weird problem with the CalandarExtender on my web project. When someone click on the little calandar icon IE6 crash! I think i properly implemented it <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> [...] <asp:TextBox ID="txtDateDebut" runat="server" CssClass="TextBox"><...

AutoCompleteExtender control in a repeater

I have an AutoCompleteExtender AjaxControlToolkit control inside a repeater and need to get a name and a value from the web service. The auto complete field needs to store the name and there is a hidden field that needs to store the value. When trying to do this outside of a repeater I normally have the event OnClientItemSelected call ...

Embeded Flash in asp.net accordian performs poorly

I'm using the ajax toolkit accordion extender and I notice it performs a little "funky" when I try to embed some flash in the content sections. You can see what I have working now at : http://kristinsconfections.com/gallery.aspx. As you can see when you toggle the accordion it's a little choppy. I'm pulling the flash slideshow from fl...

Ajax ToolKit Tabpanel Error

I´m working with visual studio 2005 and ajaxtoolkit 2.0 . I´m using ajaxtoolkit Tabpanel control in a webpage. I have one Tab for adding data, and i built dymanically other Tabs for loading data (DB) and update. The Tab of adding data, does not give me any problem, since the controls are put in the page from the beginning. But the cont...

MicrosoftAjax.js error missing } after function body

I am building a site in asp .net 2.0 web forms. When I load up the page firebug gives me the error: missing } after function body createCallback()("") //]]>\n It's in a file called MicrosoftAjax.js What might be causing this? UPDATE I've done a bit more digging and it looks like the problem is coming from the ajaxtoolkit, specifical...

JQuery Ui or AjaxControlToolkit ?

I´m building an asp.net app, which technology I should use to get AJAX capabilities? And why ? By now I only need to use a Confirmation button into a gridview, but possible more features will be needed. I can use both, right? Thanks. ...

Ajax Toolkit - Save State with Accordion.

Hi. I have a problem preserving the state of the accordion control between postbacks. When I click on a button, a accordion is filed with information from a DB. Each AccordionPane has some LiteralControls and one Button. I whant to click on that button (of a specific AccordionPane in a Accordion) and call my handler for the buttons c...

Ajax on Mono

Do you guys know about an ajax toolkit (or something similar to the m$-ajaxtoolkit) for mono?? ...

AJAX Toolkit AutoCompleteExtender with a *PAGE* service?

Hi - I have an application currently using the AJAX Toolkit AutoCompleteExtender to extend a textbox. It is using a webservice to select and retrieve the data. The docs for the toolkit say that you can also use a page service and I have been trying for days to get that to wrok - both in the vs2005 and the 2.0 framework version and vs20...

AJAX Toolkit controls showing errors in designer

Is there something I need to install to get Ajax Toolkit control support in "design" mode in VS2008? Also, I seem to be having a problem when adding controls within Ajax controls. They don't update the designer.cs file. ...