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
0 answers

Ajaxtoolkit combobox in gridview

I'm having UI problems with ajaxtoolkit's combo box inside gridview.
Alvie
  • 29
  • 6
0
votes
1 answer

C# .NET Webforms -> ajaxcontroltoolkit.net -> AsyncFileUpload, trigger OnClientUploadError serverside

As a reference this is the control I am discussing here: AjaxControlToolKit AsyncFileUpload. Context: maintenance on a legacy .NET webforms (codebehind) application. I am asked to show errors that occur serverside. It is not possible to just set the…
0
votes
0 answers

upgrading Ajax Control Toolkit 3.0.20820

I need to upgrade my ajaxcontroltoolkit dll version - 3.0.20820 with the latest version 16.1 Below are couple of controls/class, for which I am facing issue: CollapsiblePanelExtender: property used: CollapsedCssClass &…
Harshal
  • 105
  • 4
0
votes
2 answers

GridView-generated code adds "width='100%'" to the table it creates

My page looks correct in Firefox and IE8. But in IE7, a nested gridview spills into the adjacent cell, much like the issue here. Looking at it in the developer tools, there is an inline-style associated with the table that ASP.NET generated, and it…
James King
  • 6,233
  • 5
  • 42
  • 63
0
votes
1 answer

asp.net gridview AjaxControlToolkit

Can I use AjaxControlToolkit to check whether ASP.NET GridView is Empty or Not?
Rauf
  • 12,326
  • 20
  • 77
  • 126
0
votes
0 answers

AutoCompleteExtender suddenly stopped working

I have implemented AjaxControlToolkit AutoCompleteExtender in one of my projects and it was working fine. Suddenly one day when I opened the project, AutoCompleteExtender stopped working. All other features of the Toolkit like calendar control are…
0
votes
1 answer

ajaxToolKit:CalendarExtender not working on row 2 of gridview

My page has two approaches to adding a date to a text box inside the gridview. The user can set a date for all the rows by choosing a date and clicking a button. The code behind updates each row. This is working fine. Now I want to add the…
redhook99
  • 1
  • 7
0
votes
1 answer

Active scripting is enabled on ie but my javascript is not showing up

I have a site created using .net and the ajaxcontroltoolkit. When some users log on they do not see the controls on the page. I can duplicate this if I disable active scripting in ie. The problem is that the users I have spoken with have active…
0
votes
1 answer

Try to get all the uploaded file names using ajaxfileupload

Whenever I get one file name in UploadComplete(), it will be lost when it loads next file since every file loading will cause auto post back. I tried to stop it, but it doesn't work. I also tried ViewState to save the file name which still doesn't…
Yunfeng Zhao
  • 27
  • 1
  • 6
0
votes
1 answer

CollapsiblePanelExtender: Can not get object in onLoad of page

I'm aware this might be a repeated question, but it's not I already looked at this one CollapsiblePanelExtender: Can not get object in onLoad of page (AJAX Toolkit) I had tried the following load functions in order to achieve my goal window.onload =…
CJLopez
  • 5,495
  • 2
  • 18
  • 30
0
votes
1 answer

AjaxFileUpload cancelUpload() not working

I'm using a AjaxFilUpload from the Ajax Control toolkit in my webform. I want to check for file size and cancelUpload if it has exceeded a certain size. I've tried it in OnClientUploadStart & OnClientUploadComplete, but after doing so the file…
KFP
  • 699
  • 3
  • 12
  • 33
0
votes
1 answer

Adding to global variable in javascript function returns NaN

I am trying to add to a global variable in order to determine total file size from an ajaxfileupload. I've tried the two ways below but attachmentSize keeps returning NaN. I've tried an if statement that checks for isNaN false, but variable still…
KFP
  • 699
  • 3
  • 12
  • 33
0
votes
1 answer

Autocomplete/Typeahead example?

I've got a working version of Autocomplete using the Ajaxcontroltoolkit. However, the service method signature is required to return a String[] to render the autocomplete suggestions in markup. My service actually returns an object Foo that is made…
Shafique
  • 1,828
  • 6
  • 26
  • 36
0
votes
0 answers

FileUpload not saving in Project directory

I am using Ajaxtoolkit fileupload but uploaded files are not saving in specified directory. Fileuploader is works fine but saves no file in directory, SO I checked my browser console and it says "Uncaught TypeError: Cannot read property…
ABi
  • 143
  • 2
  • 18
0
votes
3 answers

NumericUpDownExtender buttons same height as the textbox

I'm using the NumericUpDownExtender control, but my buttons on the side of the textbox are bigger then my textbox, is there a way to make the buttons the same height as my textbox? Edit: I found my problem. I was using the standard buttons, which…
Ben
  • 207
  • 2
  • 8
  • 17