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

How to export AjaxToolkit control linechart to Excel

In application i have grid view and Ajax Toolkit control linechart i need to export grid view and linechart to excel sheet(open office/Libra office). i tried some code in export button but what happens grid view is exported but line chart is not…
User805
  • 113
  • 1
  • 1
  • 11
0
votes
1 answer

ComboBox of AjaxControlToolkit v4 is not allowed to type in latest Chrome

We are using v4 of AjaxControlToolkit for our project, now we have an issue that the ComboBox is not allowed to type in latest Chrome (51.xxx). I tried and it did work in an early version (40.xxx I tested with). This is the way how the ComboBox is…
Sky
  • 7,343
  • 8
  • 31
  • 42
0
votes
1 answer

Regex how to match either standard time or military time format

I am trying to make this AJAX ControlToolkit to accept either standard time or military time format, but any military time later than 1200 is invalidated in this version. When entering military time, I prefer 1200, 1305, etc without either A/PM or…
user266909
  • 1,841
  • 3
  • 32
  • 58
0
votes
2 answers

Question on Update pannel

i am using a asp.net updatepannel .Will update panel create a div in the client side ?
user339160
0
votes
0 answers

Ajax AutoCompleteExtender not hitting code behind in userControl C#

I'm trying to use the Ajax autoCompleteExtender to auto complete my textboxes using a sql query in my code behind. The problem I'm having is that my code behind isn't being hit at all. What happens instead is my autocomplete options display as the…
Rasha
  • 1
0
votes
0 answers

Ajax calenderextender SelectedDate value is always null.

i have run into a problem where I have textbox with a calenderextender from ajaxtoolkit. I would like to retrieve the value the user puts in. This is how my code looks like
Adnan Hossain
  • 117
  • 2
  • 13
0
votes
1 answer

any one know how i add file manager to asp.net ajax toolkit editor?

any one know file manager for asp.net ajax toolkit editor? i know there is other editors but i want know if ajax toolkit editor can have file or/and image manager . thank you.
newdev
  • 1
0
votes
1 answer

Get ModalPopupExtender Control to client page from Master page

I have master page in which I am using modalpopupextender under which there are login form. Now In my client(aspx) page I want to use same Login form from that modalpopupextender. So I tried to get it's control from master page but it's giving me…
SUN
  • 973
  • 14
  • 38
0
votes
1 answer

Is there any way to use ajaxcontroltoolkit textditor in asp.net mvc5

I am developing asp.net mvc5 project and now I want to use text editor in the project so I have downloaded richtexteditor from nuget to the mvc project but I do not know how to use thisin the prohect .please help me to solve this problem
user6440832
  • 29
  • 2
  • 9
0
votes
2 answers

AjaxFileUpload postback event from a usercontrol ASP.NET

I have a AjaxFileUpload control in a usercontrol which is loaded dynamicaly on Postback, the problem here is, once the file is uploaded IsPostBack is false due to which the usercontrol is not loaded, causing the OnUploadCompleteAll event to not be…
Telson Alva
  • 842
  • 6
  • 22
  • 37
0
votes
2 answers

AjaxFileUploadHandler.axd coming up 404

I'm editing the original post because I've figured a few things out, so my question can be more specific. I'm working with the AjaxControlToolkit and Visual Studio 2015 Community edition. I used NuGet to install the toolkit and the Html Sanitizer…
0
votes
1 answer

ListSearchExtender control

I try to use this ajax control when i bulild error…
SUPER_USER
  • 275
  • 3
  • 16
0
votes
3 answers

ASP.NET Maintaining ActiveTabIndex on Postback within TabContainer

This probably has been asked many times before but I was wondering how to maintain the ActiveTabIndex of an AjaxControlToolKit TabContainer. The only way I can think of achieving such a thing is to store the ActiveTabIndex in the session and…
Malachi
  • 33,142
  • 18
  • 63
  • 96
0
votes
1 answer

Ajax Toolkit modal popup

I have built an application that uses Ajax toolkit modal popups. The application tests fine on all browsers run from the local IIS on Visual Studio. When deployed to IIS 8.5 the application works fine on Chrome, FF and Edge - (modal popup showing)…
0
votes
1 answer

AjaxControlToolKit v16.1.0.0 TabContainer

I upgraded to the latest version of AjaxControlToolKit and now none of my Ajax tab controls work. Previously they worked fine. After the upgrade, my tab controls defaulted to invisible. I can force visibility with style="visibility:visible" in the…
Jo G
  • 65
  • 9
1 2 3
99
100