ajaxcontroltoolkit

asp.net ajax updated the controltoolkit version resolves in error

hello, since i switched computers i copied the solution and thought it was a nice time to change the ajaxtoolkit.dll with a new version. so i downloaded the latest version and added the reference. when i compile, there is nothing wrong in visual studio 2008. (it's a webapplication) but when it runs i get a: there are multiple controls ...

Virtual Directory and ASP.NET AJAX

Hi, I have setup a virtual directory in one of my websites but the updatepanels are not taking effect, they are still reposting the whole page. The problem seems to be the virtual directory because I tried setting it up as a website instead and the updatepanels worked... but when I set it back as a virtual directory they do not work anym...

Add an Editor control dynamically inside of a repeater using AJAX

I'm looking for a way to add an Editor control (from the ASP.NET AJAX Control Toolkit) to each element of a repeater. It's working fine if I just include it in the ItemTemplate of the repeater, but my problem is that the markup it produces is massive, which slows down the page considerably (even with compression on). I haven't had any ...

Best open-source javascript tree?

Could you propose open source, but commercial-friendly licensed (non-GPL) Javascript trees? Please take into account that I need it for an existing Web application, so I am not sure whether other tools such as GWT or Echo would be appropriate. I have already checked: Dojo Tree jQuery.Dynatree.js (JQuery) JSTree (JQuery) Mif.Tree (Moo...

Ajax Accordion and IE8 rendering problem

I have an accordion control that is generated in code. Earlier today it stopped rendering correctly in IE8. It would function ok, but sometimes the layout would get corrupted, and all kinds of weird graphical glitches occured. It did not fail in firefox. I reset my IE settings to factory defaults and it fixed it. It works perfectly on a...

How can I make the modal popup scroll its contents with the page?

I've got a modal popup and when it loads contents that are taller than the browser height I am unable to scroll down to view the rest of the information. Instead the background can scroll but the popup won't. Instead I'd like to have the popup stay put and when the user scrolls up or down it leave the popup in place and let them scroll...

Could not load file or assembly 'AjaxControlToolkit' after upgrade to .net 4.0

I have a web application that I am attempting to upgrade to .net 4.0. I took the application and opened it via Visual Studio 2010 Beta 2 and selected the upgrade path for that application. The application uses the AjaxControlToolkit. Now that the upgrade is complete when I attempt to access a page I get the error message: "Could not l...

AJAX Control Toolkit Calendar Extender v2.0.50727, script timeout

I have a repeater with 400+ AJAX calendar extenders embedded in a repeater. The appears to be too many for IE 8 to render/initilize before it times out, any suggestions on how to get this work without cutting down the number of calendar extenders? Visual Studio 2005, C#, IE 8. Thanks. ...

jQuery UI dialog and ASP.NET Ajax Library hover conflict

I get an error when using a jQuery UI dialog with the ASP.NET Ajax Library beta 0911 in an MVC app. To reproduce it create a new MVC app and change the head to the following: <head runat="server"> <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title> <link href="../../Content/Site.css" rel="stylesheet" type="text/cs...

ADO.NET Entity data model creation problem

I can not create ADO.NET Entity data model. The following error occurs: An error occured Loading the entity data model tool package. Failed to load entity data model tools package. The result is -2147024891. I don't know why this happened.But i noticed this problem occurred after installing the asp.net ajax control tool kit b...

Microsoft Ajax Library Toolkit, DataView, fetchData , refresh and asp.net mvc JsonResult IndexJson( ) Method

I have been trying out the MS Ajax Toolkit Preview 6 I am trying to hook up a html table to a ... ms toolkit dataview control ... and the the dataview control get its data from an asp.net mvc controller methoid that rets Json. But I am having an issue with send params to the asp.net mvc end point with the fetchData. It all goe...

How to make controls from ajax control toolkit work in project upgraded from VS2008 to VS2010

I had a working project in VS2008 / .Net 3.5 using controls from the ajax control toolkit (which targets .Net 3.5). I upgraded the project in VS2010 Beta 2. I chose to target .Net 4.0 so I could take advantage of routing for WebForms (which is working). When a page with a ModalPopupExtender loads, however, I get errors, "Syntax error"...

HtmlEditor in AjaxControlToolkit

I am using HtmlEditor from AjaxControlToolkit. how can I get the text that I type in the editor into a div. I want to show whatever is typed as a preview message. I do not want to use the preview that comes with the HtmlEditor. I am using a normal html button to do preview again. Can someone please help ...

AjaxControlToolKit Calendar doesn't appear

Hi All, I am trying to get the AjaxControlToolkit Calendar object to populate on an aspx page within firefox (latest build) . My environment consists of .net 3.5, vs 2010, and vista latest sp. Here is the code I am executing: <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager...

AjaxControlToolkit HoverMenu issue

hi experts, I have a asp:GridView and inside it I have some TemplateFileds, one of them used for show a HoverMenu Panel to User in more details, gridview shows the personal information andwhen user mouseover the row a panel would appear andshows the complete information. this is the TemplateField <asp:TemplateField meta:resourcekey="g...

ModalPopupExtender moves just before Response.Redirect in Firefox

In Firefox (3.5 or 3.0), AJAX toolkit modal popups move just before a redirect. It's as if the positioning css is ignored. The rest of the css appears to be honoured i.e. the popup appearance doesn't change but it jumps to the top left-hand corner. The test code below reproduces the issue. It only happens in Firefox. I am going to t...

AJAX Control Toolkit Assembly loading error

I encounter a problem...error is ....Ajaxcontroltoolkit.dll is in bin folder, but still I get this follwoing error... Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The module was expected to contain an assembly manifest. My code is (in .aspx file): <%@ Register Assembly="AjaxControlToolkit" TagP...

ASP.NET modal popup, entirely from code behind?

Hey guys, What I am trying to do is create a bit of reusable code that can write a modal popup, either through javascript or using the ajaxcontrol toolkit all from the code behind. The modal would be a sort of login pop up for controlling access to more restricted areas of the website allowing certain users to re-credential in for high...

How To Change Ajax Control Toolkit Controls Button Text

Ajax Control Toolkit provides too many useful control and I've use them in a multi language application, nothings bad and everything's fine. the question is that , How can I change the Ajax Control Toolkit Buttons Text, for example in Confirm Button Extender and vice versa . any help appreciated ...

Ajax Control Toolkit HTML Editor Customization Problem ?

How to Change default setting for ACT HTML Editor? I want to load editor with for example Selected Bold Button or with rtl direction instead of ltr defaultly. How can I perform that? I overrided FillTopToolbar() method to add Custom buttons but I dont Know how to change default settings. as Default ltr is selected I want to change it to ...