ajaxcontroltoolkit

CollapsiblePanelExtender set collapsed

I am using a CollapsiblePanelExtender in the AjaxToolkit 3.5 to show/hide search filter options. I want the CollapsiblePanelExtender to be expanded when the page first loads, !Page.IsPostBack. After that I want the CollapsiblePanelExtender to be collapsed because this means they either submitted some filter options or are going to anot...

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...

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...

Ajax Control Toolkit AutoCompleteExtender stripping zeroes and coming up with phantom values

I am using the AutoCompleteExtender from the Ajax Control Toolkit and it is behaving stragely. My service method is shown here: [System.Web.Services.WebMethod] [System.Web.Script.Services.ScriptMethod] public string[] getEJMaps(string prefixText, int count) { // method that returns the auto-suggest for the EJMaps positions string...

How do I combine WebResource.axd and ScriptResource.axd files so as to result in less requests to my ASP.NET server?

On a site I'm working on, the pages are generating 45 external WebResource.axd and ScriptResource.axd files so the broswers have to request all 45 references. That's a lot of references so I'd like to know if there is a way that all of those requests could be combined into one request? I've seen that the Script Manager is supposed to be ...

How to prevent the automatic client side validations execution in a ModalPopupExtender?

I'm using a ModalPopupExtender to show a modal popup window with a bunch of input controls and a couple of validators with EnableClientScript set to true. The issue I'm facing is, that the client-side validations get executed right after the modal popup is shown (via client-side code, not from server). Is there a way to prevent this? ...

What is the best ajax control to display floating windows?

Aloha, I'm looking for a floating div type of control, to display another (user)control over an aspx page, using ASP.NET and Ajax. As far as I can see the Ajax Control Toolkit doesn't have a nice overlay control. Can anyone point me at a solution? ...

CollapsiblePanelExtender doesn't open up all the way on initial page load

I'm using CollapsiblePanelExtender from AjaxControlToolkit, it works fine when i click on it, but it won't expand all the way on the initial page load (expands about 90%). I have to collapse it and expand it back manually for it to open up all the way. I don't have the ExpandedSize property set, because the panel content is dynamic. ...

HttpContext and AutoComplete Extender

I am using AutoComplete Extender from Ajax control tool kit. I have a webservice that this extender uses. In the web method I need to access a value "empid" which is present in my aspx page. I placed this value in HttpContext's Items collection in my aspx page. HttpContext.Items["empid"]=; In the web method I am trying to access the ...

Sys.Application.add_load Problem with Modal popup extender

Hello everyone, I have the current problem, let's explain the context before : I have a Modal popup extender who contains a form. There is a feature "Save and Add New", when the user click on this button the data in the form is saved in the database during postback and the page is reloaded. I want this Modal popup to appear again on ...

Graceful degradation and the AJAX Control Toolit Tabs control

I am using the ASP.NET AJAX Control Toolkit Tabs control on my site. I have three tabs, with a UserControl on each. If the user has JavaScript disabled in their browser I really need to see some graceful degradation - the contents of each tab arranged vertically would make sense. Does anyone know if this is supported/possible? ...

problem with running Ajax Control Toolkit

Hello all, When I run any Ajax control, i am getting the following error:This was written in .net 2.0 and running at .net 3.5. please help me what is the setting i need to change. "Error 32 Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its ...

Composit Control Textbox and AutoCompleteExtender

I'm trying to make composite web control contains TextBox and AutoCompleteExtender i followed this article http://byatool.com/?p=244 when i run the page i got nothing just empty page and i got this <div> <span id="AutoCompleteTextBox2" FirstRowSelected="false" OnClientPopulated="ClientPopulated" CompletionListHighlightedItemCssCla...

How can I load a panel at click-time with a ModalPopupExtender?

I am creating a checklist, where "checklistitems" are added to a "checklist". Each of the items has a button next to it to launch a modal popup that will contain additional information about the item. Because there are so many items, I've put the actual panel that will pop up on the "checklist", so it will only be on the web page once....

AnimationExtender - close by clicking ouside the div

I've just started working with the animationextender. It is being used for a login dialog that ideally will disappear if the user clicks outside of the login dialog. As in, the user hovers over a button, dialog appears. Users clicks the little X, it disappears. User clicks anywhere eles on the page, dialog disappears. Right now, th...

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 ...

CascadingDropDown in a DotNetNuke module => [Method error 500]

I'm creating a DotNetNuke 4.x module, and need an AJAX CascadingDropDown in my module. I have it defined as follows... <asp:UpdatePanel runat="server" ID="CascadingDropDowns"> <ContentTemplate> <asp:DropDownList runat="server" ID="SelectGroupDropDownList"> </asp:DropDownList> <ajax:CascadingDropDown runat="s...

ModalPopupExtender: How do I retain my position after dragging and firing a post back?

I've already tried Google searching for this and looking at the source for this control, but didn't find the answer. If I was able to link into a drag event I would be able to solver this, but I don't think it exists (see this link for a solution with a DragDropPanel (http://www.dotnetcurry.com/ShowArticle.aspx?ID=181). How can I do this...

collection of system properties using web browser

hi i am doing distributed computing environment........For the applications need to get distributed to different clients connected to the server in the network,i prefered to collect the client's system properties like free memory available in the client's system,so that i could distribute d application according to that efficiently.........

combine scripts in asp.net ajax toolkit

We are using version 3.0.20229.0 of the asp.net ajaxControlTookKit (before .net 3.5 sp1). I was wondering if I can combine our custom javascript files into the ScriptResource.axd that the controlTookKit creates. I've found this article (http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-contr...