ajaxtoolkit

Issue with AutoCompleteExtender rendering

I am using AutoCompleteExtender in my application and somehow the the suggestion box started appearing not right under the text box but rather 20-30 pixels below. After digging through the generated HTML i noticed that it renders as UL and LI elements, while in the samples downloaded from ASP.NET it renders as DIV inside DIV and works f...

In-Place editing using Asp.net ajax

I am looking for a way to perform in-place editing on my webforms app. Here is a link for this behaviour using scriptaculous: http://wiki.github.com/madrobby/scriptaculous/ajax-inplaceeditor) I am using the .Net Ajax toolkit. Does anyone know how can I do this??? Thanks, Nicolas. ...

DNN page render correctly in IE7/Vista

I have a dot net nuke site that I have written a custom module for. It a form that users fill out to submit information - no big deal. On the form, I use the Ajax and the Ajaxoolkit for validation, and a calendar popup. I enable/disable controls based on form data. Everthing works well in every browser/OS combo that I have tested EXCE...

How can I optimize the Microsoft AJAX Toolkit?

This is rather infuriating. I'm trying to optimize a very large site, and I'm at the step of reducing HTTP Requests. Microsoft is not cooperating. I have the following ScriptResources included. I'll try and grab a top-line for each to distinguish them // Name: MicrosoftAjax.debug.js 53.5Kb // Name: MicrosoftAjaxWebFo...

Dynamically Creating AJAX Accordian Controls

Hey all, I'm trying to create Accordian Controlls Dynammically on Page Load, code wise this is what I have so far: // Create dynamic acordian control AjaxControlToolkit.Accordion info = new AjaxControlToolkit.Accordion(); AjaxControlToolkit.AccordionPane infoPane = new AjaxControlToolkit.Accor...

Disable previous Dates in ajaxToolkit CalendarExtender

How to disable previous dates while using in ajaxToolkit CalendarExtender ...

Improving AJAX autocomplete performance

I've a US city/state list table in my sql server 2005 database which is having a million records. My web application pages are having location textbox which uses AJAX autocomplete feature. I need to show complete city/state when user types in 3 characters. For example: Input bos.. Output:Boston,MA Currently, performance wise, this funct...

Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors()

I am trying to deploy a web application built with Dotnetnuke. There is an DNN Control/ASCX having a MultiView and few AjaxToolkit Controls like AutoComplete, ModalPopup. In Views other (plain) ASCXs are included and some of which have UpdatePanel. On the developer machine (WinXp / ASP.NET Web Server) there is no error...but when I try ...

Using ajaxToolkit CalendarExtender on an asp:label

I'd like to use an ajaxToolkit:CalendarExtender on an asp:Label. When I attach a CalendarExtender to the label, I get the error: Extender controls of type 'AjaxControlToolkit.CalendarExtender' cannot extend controls of type 'System.Web.UI.WebControls.Label'. I'm hoping someone knows a quick trick to allow me to display a date...

Ajax with in Ajax. Is this possible

I have a php page. This has multiple images which looks like tabs. With in this php page i have a div which will load different PHP pages on click of different images i mentioned before. This is done using Ajax. This much of it works fine with no page reload. This is done to simulate the tab operation without page reload. This much of it...

ASP.NET Ajax client framework failed to load

Hi, We developed an web application using visual studio 2008. In my development PC, the application is working fine. In production server I am getting the following exception "ASP.NET AJAX CLIENT FRAMEWORK FAILED TO LOAD". What should I do to make it work? Thanks, P.Gopalakrishnan. ...

ModalPopupExtender closing as soon as it opens

Hi, I'm trying to use the AjaxToolkit's ModalPopupExtender, but it doesn't work. In fact, as soon as it opens, it's getting closed. So I can see that it is rendered, but it's getting closed in the second. I tried that with IE6 and Firefox 3, it does the samething. Here's the code: <AjaxControlToolkit:ModalPopupExtender ID="ModalPopup...

Modal PopUp - Asp.Net Ajax control toolkit

Hi Everybody, I'm using a ModalPopUp in an Asp.net application and would like to have it closing automaticaly when user clicks "esc". I've used the following script: <script language="JavaScript" type="text/javascript"> function pageLoad() { $addHandler(document, 'keydown', onKeypress); } function onKeypress(args...

Using ajax calendarextender with mvc

Hi, I'd like to use a calendar control to edit a date in my mvc application. The ajaxtoolkit's calendarextender seems like a good choice. However, when I reference the name given in markup, the application reports that the control cannot be found. How can I reference the textbox created with mvc html-extensions? Thanks, Anders, Denma...

ASP.Net: Element <name> Is Not A Known Element

I've been trying to use the AutoComplete Extender from the ASP.NET Ajax Control Toolkit, however I've been having tons of trouble getting it to actually work. To install the AjaxControlToolKit, I've placed it inside my application's bin directoy, then I just dragged and dropped the control into the form. However, it keeps saying, "Ele...

Simple Modal add form dialog (telerik asp.net ajax)

I have a RadTreeView in which there is a context menu to "Add" new items to the RadTreeView. I have all the code to do this but I simply want a modal window/popup/dialog to launch in which I can have my simple add form. What control (Telerik or not) would be best to handle this need? I don't want to use RadWindow since that is like an...

Ajax Tool kit error in page when use Script Manager

in status bar in internet explorer say "Done, but with errors in page" i place Script Manager in form but error and cant use update panel ...

asp.net toolkit calendar

Hi All, i'm using this control for date picker. i want that when user click on button the calender will pop up next to the button and when the user pick date the date will save in hidden field or somthing like that. the probelm is that the control need target control and he can't get hidden field i don't want to show the date ...

ASP.NET JScript Error Sys.ScriptLoadFailedException

I am getting this error which I dont know how to deal with it. Microsoft JScript runtime error: Sys.ScriptLoadFailedException: The script '/MySite/MyPath/Default.aspx?_TSM_HiddenField_=ctl00_ContentPlaceHolder1_AjaxScriptManager_HiddenField&_TSM_CombinedScripts_=%3b' failed to load. Check for: Inaccessible path. Script errors. (IE) En...

Ajax:CalendarExtendar in Gridview

Dear All, I have a gridview, in the footer of gridview,I add a Textbox(TB1) and a CalendarExtendar(CAL1). CAL1 has properties : PopupControl ID and targetControl ID = TB1. When I click TB1 Popup of Calendar Extendar show the view of calendar. But i found error : The Saturday is missing. So CAL just show 6 days. Can anyone help me, why...