Questions tagged [ajaxcontroltoolkit]

The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework.

The ASP.NET AJAX Control Toolkit is a classic set of ASP.NET WebForms extensions. It has been used in a huge number of existing projects and remains popular till now. The Toolkit contains more than 40 controls, including the HtmlEditor, Accordion, AutoComplete, Calendar and ColorPicker controls integrated with the Visual Studio design time.

The project started as a joint effort between Microsoft and the ASP.NET AJAX community, but from September 2014 the project has a new owner, which is DevExpress.

2320 questions
0
votes
1 answer

Get value from page when using ajaxfileupload with c#

I'm using the ajaxfileupload from ajaxtoolkit. It sits inside a panel attached to the ajaxpanelextender. It works fine. I click a link inside a grid row which fires a javascript event and the panel pops up with the fileupload control. function…
FirstByte
  • 563
  • 1
  • 6
  • 20
0
votes
1 answer

handle tab key press outside of AjaxControlToolkit HTMLEditor

I have 4 HTMLEditor controls from the AjaxControlToolkit on the same page. I love everything the control does except for how it handles the tab key. I want the user to be able to tab from one HTMLEditor to another instead of insert tabs into the…
Justin C
  • 1,924
  • 4
  • 28
  • 43
0
votes
3 answers

Flash overlapping ModalPopupExtender

I am facing the problem in showing AJAX Control Toolkit ModalPopupExtender over Flash. When popup comes out, it will overlap by flash (it's giving me problem in IE 8, it's working fine in Firefox). Can anybody tell me how I will get out of this?
gofor.net
  • 4,218
  • 10
  • 43
  • 65
0
votes
1 answer

Returning the error code or message from AJAXFileUpload

My AjaxFileUpload control is failing for a user's upload, and I can't figure out why. I added an OnclientUploadError Javascript stub which does indeed fire--but how do I get the actual error message or code?
pbickford
  • 59
  • 1
  • 14
0
votes
1 answer

Ajax SlideShowExtender with variable Image Size

I have a working AjaxToolKit SlideShowExtender in my ASP.net C# website, using Visual Studio Community 2015. The displayed images have varying aspect ratios (width/height) so that most of them are distorted because Image Height and Width are fixed.…
r4r4
  • 75
  • 5
0
votes
1 answer

Validation on usercontrol in ajax tab control

I have a series of usercontrols nested in an ajaxToolkit:TabContainer that need to be validated. The user control has a txtFlightFrom and a txtFlightTo control and I need to make sure that is their is data in the txtFlightTo if there is data in…
0
votes
1 answer

Enable bundling for AjaxToolkit CSS

I'm currently using the the CompositeScript feature of the ajax ToolkitScriptManager to bundle ajax .js files referenced in assemblies:
DGibbs
  • 14,316
  • 7
  • 44
  • 83
0
votes
1 answer

asp net ajax client side framework failed to load

I understand this question has been asked a million times and I have searched everywhere for a fix but nothing suggested worked and I keep getting this error. I have correct version of AJAX Control Toolkit (version 16.1.1.0, runtime version…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
0
votes
1 answer

ASP.NET Ajax control toolkit animation during PostBack

I have some web page with some content and a button. What I would like to do is to implement such behaviour: User is pressing the button. Before any time consuming operation starts, animation appears. 2a. Animation must be on the top of the page. I…
Wodzu
  • 6,932
  • 10
  • 65
  • 105
0
votes
1 answer

ASP.NET ajax control toolkit ModalPopupExtender issue with div overflow

I have a checkboxlist inside a modal popup . I want to wrap the checkboxlist in a div with overflow-y:scroll css so I get a vertical scrollbar around the checkboxlist. However, when I click on the scrollbar of the overflow div, the mouse locks in…
user1173894
  • 55
  • 2
  • 9
0
votes
1 answer

Validate text if contained in AutoCompleteExtender results

I'm using an AutoCompleteExtender to perform auto-completion when the user type a username. I'm interested in keeping the username and the associated database ID. I have an OnClientItemSelected event which will put the ID of the selected item in an…
Tristan
  • 1,349
  • 2
  • 16
  • 25
0
votes
1 answer

Can I make the ModalPopupExtender non modal? - AJAX toolkit

Is there a way for me to: Use the ModalPopupExtender but make it non modal Position the Modal to the bottom right part of the page
Dave S
  • 89
  • 1
  • 6
0
votes
1 answer

show only the matched search pattern items in the dropdown ajaxToolkit:ListSearchExtender

I have a dropdown where I've used ajaxToolkit:ListSearchExtender. The dropdown shows all the values of the list when I insert some text in the search pattern. I want to display only those values in the dropdown that matches the search pattern.…
user4221591
  • 2,084
  • 7
  • 34
  • 68
0
votes
1 answer

Is it possible to remove a behavior from an element that was added using $create?

I am using the following code to create calendar controls on textboxes that have been dynamically created using cloneNode. The problem is that in IE it seems to add the behavior twice to the textbox causing it not to work. Is there a way that I…
Mike
  • 5,437
  • 7
  • 45
  • 62
0
votes
0 answers

AsyncFileUpload IsUploading is undefined

I have an AsyncFileUpload and a Repeater that lists uploaded files. When I select a file it used to attempt to upload twice. I have a duplicate file check in .cs file so it always display "file already exists" error message. I searched for an answer…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93