ajaxcontroltoolkit

How to do ajax enable

i want to do my visual studio 2008 (2.0) ajax enable...please suggest me what i will have to what tool kit or dll i will have to include and how will i configure it.. ...

Problem with selection of month in ajax calendar control (in IE8 only)

Hi I'm getting a strange problem while trying to work with a calendar control. It is not possible to select next month of calendar in IE8 but it is working fine in Firefox. How can I handle this? Can you please check the below URL in both IE8 and Firefox? In IE when I try to click on forward and backward buttons it is opening whole mon...

Problem with Ajax control toolikt Modal Pop control

I have an ajax control toolkit modal popup on my page and in that modal popup i have a gridview on which user select some item through checkbox on each row of gridview. Whenever user check or uncheck on checkbox my modal popup automatically hide. I have set autopost property of checkbox set to true becuase im perporfing some calculation ...

Script controls may not be registered before PreRender when using AjaxControlToolkit

My file WebParts.aspx looks like this - <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebParts.aspx.cs" Inherits="e.WebParts" MasterPageFile="~/MasterPage.Master"%> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <asp:Content ID="Content2" ...

Populating the contentTemplate in a TabPanel which uses AjaxControlToolkit asynchronously

I have added TabPanels to my ASP.NET application as shown here - http://www.asp.net/ajax/videos/how-do-i-use-the-aspnet-ajax-tabs-control Now I need to populate the contentTemplate in the TabPanel asynchronously. Placing a ContentPlaceHolder as follows does not do the trick - <ContentTemplate > ...

Cancelling or Preventing an Item from being reordered in a AjaxControlToolkit ReorderList

I have this ReorderList: How do you prevent users from moving the 'Home' item? I would like either to prevent them from moving that item all together, or reversing their action after they drop it into the new spot. I wish there was a AllowReorder property on the ReorderListItem object, but there isn't. ...

AjaxControlToolkit - TabPanel with dropdown list - Unable to select

I have a used the AjaxControlToolkit with TabPanel and UpdatePanel. The UpdatePanel contains a radio button list and based on the selection the content below the radio buttons will be changed. <asp:Panel runat="server" ID="Pnl"> <ajaxToolkit:TabContainer runat="server" ID="Container" CssClass="tabCont" ActiveTabIndex="0"> <a...

Asp.Net tab control not visible

Problem is simple the tab control shows in design mode but is not getting shown when viewing from browser. Enable and Visible is true. Although the controls are getting rendered and I can see the HTML. I am using .NET 3.5 AND TOOLKIT version is 3.5.4xxxx Page code is like this. Right now ther is nothing in the code behind. <%@ Page La...

How do I populate the AjaxControlToolkit combo box with JQuery using a webservice

Is it possible to populate the AjaxControlToolkit ComboBox with jQuery using a webservice. I want to do this to get away with update panels containing large response data. With this I also want to get the selected data in code behind. ...

Ajax TabContainer Question

Question: I added an ajax tabcontainer control to my aspx page, the first tab appears, but not the second or third tabs appear when I click on it? Can anyone help? ...

Ajax Control Toolkit custom Tab extender to close tabs client-side

I'm attempting to write an AJAX control extender that can modify an AJAX Control Toolkit TabPanel so that the TabPanel's header has an image after the text that, when clicked, hides the tab header using client-side script (without a postback). I would also like to be able to specify an onClientClose function that is also called when a ta...

Modelpopup extender in asp .net issue

I have successfully added controls to pop up, like many check boxes ... now on check box checked event I want to show another check boxes on same popup. how can I do that plz can any one help me? ...

Ajax Toolkit client only scripts

Could any one tell me if it is possible to still download the AjaxControlToolkit-ScriptFilesOnly.zip cant seem to find them in the latest release on codeplex. I did manage to find them in an earlier release. I did have a look at the source code and it looks like the solution has been refactored and file names has been changed a bit. wou...

Ajax Toolkit and MVC 2

I am playing around with MVC 2 a bit and was trying to hook up a text box to the Microsoft AjaxToolkit AutoCompleteBehavior. and I cannot get the java script to fire. Originally I thought that my scrpt references were wrong but have pointed the scripts to the CDN versions. it looks like I never enter the Sys.Application.add_init(functi...

Calling Javascript After Web Method has fired

Hi all, I'm trying to implement the cascading dropdown from the toolkit. I need to get the count in a sub category dropdown, if it's zero then I turn off the visibility of the sub category. If I use the javascript OnChange event then my script fires before the web method, so I need to know how to fire my script AFTER the web method has...

Populate a DropDownList with AJAX

Hello, I have a very long list of items for a dropdownlist. As the list is very long, I would like to only show the items in the list if the user actually clicks on the dropdownlist to expand it. I found various tutorials on how to use AJAX with cascading dropdownlists but none explaining if it is possible to have just one dropdownlist ...

How do you get/set content via javascript with the AJAX Control Toolkit HTML Editor ?

Hi, I'm using the AJAX Control toolkit HTML editor and have what I hope is a simple question. As the question title says - how do you get/set the content of the HTML editor via javascript ? I have no problems accessing the server side content property - but how to do it client side ??!? Any help gratefully received ! Thanks, Tim. ...

How can I make an AJAXToolkit Modal popup redisplay and the contents rebind after postback

I have a modal popup extender that pops up another user control with a FormView. When I save the form in edit mode if there are errors I wish to redisplay the dialog with the error summary and the form still in edit mode. What happens now is I get the popup to comeback up but it's in ReadOnly mode. Here is an example of the code that ...

How can I restrict the file type in the file browse menu of an AsyncFileUpload in the ASP.NET AJAX Control Toolkit

I would like to restrict what they see in the file upload dialog, which is set to "All Files" by default. I understand how to validate that they only uploaded a certain file type, that is not the question here. I would just like to know how to default the file type in the file selection dialog. Is there any way to change this to "PNG on...

How to resolve error when ajaxtoolkit 3.5 is used "The Controls collection cannot be modified..."

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). I am using it in Gridview's EditTemplate Field to show color with ajax 3.5 This is my master page hierarchy <%@ Master Language="C#" AutoEventWireup...