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

Set HtmlEditorExtender as ReadOnly

I'm using the HtmlEditorExtender component from AjaxToolKit and I'm having some trouble. I'm trying set the HtmlEditorExtender as ReadOnly but I can't find a way to do it. Setting the TextBox associated with the HtmlEditorExtender as ReadOnly =…
dcidral
  • 227
  • 3
  • 16
0
votes
1 answer

issue editing xml file in AjaxToolkit HtmlEditorExtender

I'm using AjaxToolkit:HtmlEditorExtender to open edit XML files in my asp.net application, and have come across an issue where my xml nodes are not showing up in my document specifically the ones that begin the node like "< t h i n g s >" or "< s t…
0
votes
1 answer

enable searching feature from any index ajaxToolkit ListSearchExtender

I am using ajaxToolkit:ListSearchExtender in a dropdown. It has the feature "search as you type", like if I type any word it shows the list starting with that word. But my requirement is that I need the list of all the items that contain the typed…
user4221591
  • 2,084
  • 7
  • 34
  • 68
0
votes
1 answer

'Unable to set property 'actControlType' of undefined or null reference' error

Using VS2015 with IE9, I've got a modalpopupextender that often misfires. Sometimes it shows, sometimes it doesn't. I ran this in Debug mode and this line was highlighted: this._backgroundElement.dataset.actControlType =…
Johnny Bones
  • 8,786
  • 7
  • 52
  • 117
0
votes
2 answers

Insert the rating after clicking the submit button using asp.net c#

I am trying to insert my rating form to the DB based up on click submitform button but I am getting the following error. Compiler Error Message: CS0123: No overload for 'sendbtnSubmit' matches delegate 'System.EventHandler' kgis.aspx <%@…
user2882173
  • 11
  • 1
  • 4
0
votes
2 answers

AjaxControlToolkit.ModalPopupExtender not working

Im develop the asp.net project, Im add the AjaxControlToolkit, but always getting the error. popup is not working,
Codeone
  • 1,173
  • 2
  • 15
  • 40
0
votes
1 answer

AjaxControlKit Calendar Selector with SSRS

I've noticed that the items in the calendar date selection dropdown in the AjaxControlKit are not available if the SSRS ASP.Net report viewer control is directly beneath it. I had to add subsequent HTML/line spacing below it to give me the ability…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

HTMLEditorExtender Cannot deserialize. The data does not correspond to valid JSON

I'm using Nuget latest AjaxControlToolkit ver.16.1.2 and my HTMLEditorExtender is giving this problem when I tried to upload any photo. The textbox and the HTMLEditorExtender is located inside a repeater in which to be generated multiple controls…
TPG
  • 2,811
  • 1
  • 31
  • 52
0
votes
2 answers

asp.net ajax client side framework

I am completely new to AJAX for ASP.NET. How do I check if AJAX client side framework is installed on my server? I am using Visual Studio 2010 and ASP.NET target framework is 3.5. If it is not installed then is it free to download and install for…
zack
  • 7,115
  • 14
  • 53
  • 63
0
votes
0 answers

MaskedEditExtender in gridview

I have a Masked edit extender in my gridview. I am displaying this gridview dynamically based on types, If the type is 'T' it displayes only textbox, if the type is 'DT' it displays textbox with calendar. I am using the same textbox, and in grid…
Jyothsna
  • 5
  • 4
0
votes
1 answer

Ajax modalpopup extender not working in asp.net web page

I am using Ajaxmodalpopup extender and when show() method is called inside server side code, nothing happens. Below is the code. The reason I have to use dummy button is that I have to call server side code with TargetControlID and if I use "Add…
user2965957
  • 17
  • 10
0
votes
1 answer

How to make a extender calendar unable to select a date base on a selected date?

How can I make user unable to select an end date before the an start date?
Vexasoe
  • 23
  • 6
0
votes
0 answers

Navigate to specific tab panel

I am trying to design an asp:HyperLink that, when clicked, will redirect the user to a control with several ajax:TabPanels. Is there a way I can navigate to a specific TabPanel using the NavigateURL property of my HyperLink?
Anagins
  • 13
  • 2
0
votes
1 answer

Is the MSFT AJAX Animation control the correct one to do this animation:

I need to have a stack of 10 text lines, possibly div's, and insert a line arbitrarily somehere in the list. In addition I'd like to fade in a highlight (for the new line) and fade out. Is MSFT AJAX the correct tool to use for this?
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

How can I use Ajax Toolkit AutoComplete Extender to make AutoComplete textBox

I have tried this example http://www.asp.net/ajaxlibrary/act_AutoComplete_simple.ashx but it is not working in the demo or in my project
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
1 2 3
99
100