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

ajaxcontrol tool kit htmleditor shows blank for image

I'm trying to use the ajaxcontrol tool kit htmleditor. below is the code that i found online
user3731575
  • 121
  • 11
0
votes
0 answers

AJAX Control Toolkit error after redirect in ASP on Google Chrome v58

i just want to ask if there is anyone experience this error? Error I always encounter this error after I use ajax controls like autocomplete or modalpopup. Then without submitting on update panel but it the fields have values, I redirect it to…
Aldrin B.
  • 1
  • 3
0
votes
0 answers

.Net Webform ajaxtoolkit combo box search result

I am using combox webform ajaxtoolkit. When typing the searching text in the textbox, the dropdownlist will come down as well. However, I found the results matching the searching text has been scrolled up passing the visible window. I have to use…
DennisL
  • 293
  • 1
  • 3
  • 12
0
votes
2 answers

Problem using CascadingDropDown control from AjaxContro lToolkit on sharepoint 2010

I tried to use CascadingDropDown control on a sharepoint visual webpart including the project as a web service. Of course it didn´t work as i expected. Has anyone used this control in a sharepoint webpart or knows how to implement a cascading drop…
0
votes
1 answer

Problem installing Ajax Control Toolkit

I have installed MS Ajax Control Toolkit in Visual Studio 2010. I can see all the Web Controls under ToolBox in TAB Ajax Control Toolkit. BUT in the moment of dragging (using) a control, example HTML Editor onto a page, nothing happen, no error, no…
GibboK
  • 71,848
  • 143
  • 435
  • 658
0
votes
0 answers

Event fires only when autopost=false in asp.net 4.5 VS 2013 with Ajaxcontroltoolkit 16.1.1.0

I am working in asp.net 4.5 in vs 2013 with Ajaxcontroltoolkit 16.1.1.0. I am having a a gridview with rating control. Rating control OnChanged event fires only when autopost=false; if I set it to true it does not. When I use response.redirect it…
mazhar 124
  • 123
  • 1
  • 3
  • 16
0
votes
2 answers

autocompleteextender on IE is missing a list item

I have two autocomplete extenders on the aspx page.
Location Name
ChinnaR
  • 797
  • 3
  • 9
  • 24
0
votes
1 answer

ajaxcontroltoolkit CascadingDropDown call method when control populated

I have a CascadingDropDown control in my page. I want to do some jquery actions when the dropdown is populated. according to the documentation , there is a event called (populated) for that purpose. I added that code in my page: function…
Oumar Diarra
  • 355
  • 4
  • 16
0
votes
1 answer

How to validate an ajax combobox with empty text?

How should I validate if my AJAX ComboBox contains text? I have tried with the ASP.NET RequiredFieldValidator but it dosen't work.
Jonas
  • 3,155
  • 5
  • 35
  • 55
0
votes
1 answer

how to print ajaxtoolkit pie chart(pdf form)?

i have code for printing normal piecharts using iTextSharp.dll (pdf generating lib) namespaces used: using iTextSharp.text; using iTextSharp.text.pdf; using System.IO; using System.Web.UI.DataVisualization.Charting; code: Document pdfDoc = new…
Ashish Upadhyay
  • 25
  • 1
  • 10
0
votes
1 answer

How can I dynamically add buttons inside AJAX Toolkit accordion?

Feels like this should be easy, but after looking around for a full work day, I'm seeking some help! I have a Web Forms app and I created an accordion from the AJAX Control Toolkit (v16.1). My code behind gets a list of files from an input folder…
midoriha_senpai
  • 177
  • 1
  • 16
0
votes
2 answers

AjaxControlKit in .NET 2.0 from Visual Studio 2008

I am working on a project which was developed in Visual Studio 2005 (.NET 2.0). I have Visual Studio 2008 and on opening the solution the files are converted to older framework. But the project uses a AjaxControlKit which I guess is not available by…
user46795
  • 2,643
  • 3
  • 25
  • 31
0
votes
1 answer

How can I stop my asp modal popup dialog from closing on button click?

i wrote a code to show varified as he enters eany data. so i have 2 button to varify and then close. with label to display whether his email id is varified or not... the code is
0
votes
1 answer

Ajax Toolkit Calendar Extender, Pops up twice after selection

I am having very strange issue. I am using the Ajax Toolkit Calendar Extender. I have Update Panel - > ListView -> TextBox (AutoPostBack=Yes). If I type in box it will update to db then do update panel using code behind updatepanel.update(). This…
Kiel
  • 203
  • 2
  • 12