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 get the checkbox id that placed in a repeater for update panel?

I have checkbox inside a repeater and repeater is placed inside of an update panel. The checkbox have an checked changed event and I need the id of the checkbox so I can state it in autopostbacktrigger inside triggers. But I can't access the id as…
batwing
  • 257
  • 1
  • 8
  • 22
0
votes
1 answer

Numeric MaskedEditExtender issue onfocus

I'm using latest toolkit (v18) and I have a strange behaviour when textbox receive focus. This is my markup:
0
votes
1 answer

AsyncFileUpload Content Security Policy Directive

I am trying to upload a file to an application i have built using the AsyncFileUpload part of the AjaxToolKit. The file is a 50mb ZIP file, when uploading i receive the following popup: When i click OK i get the following box If i then go into…
ccStars
  • 817
  • 2
  • 11
  • 34
0
votes
2 answers

How do send the actual control id of an UpdatePanel to an UpdatePanelAnimationExtender ScriptAction script?

I need to send the actual control id that .NET generates for an UpdatePanel's div to a javascript function. How do I rewrite the ScriptAction line below to accomplish this?
Tim Santeford
  • 27,385
  • 16
  • 74
  • 101
0
votes
0 answers

Is it possible to create multi hovermenuextender in each column in asp gridview?

I have a gridview which list out sizes let say XS, S, SM, M, L and so on with their quantity. I use ajax hovermenuextender so that when user hover to each quantity, there are some information displayed such as Line Name. I've tried to create the…
0
votes
2 answers

Global.asax breaks with AJAX Control Toolkit

Everything was working fine. Then I added the Global.asax and suddenly got this error: Line: 4723 Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error…
dotnetN00b
  • 5,021
  • 13
  • 62
  • 95
0
votes
1 answer

How do you use ajax Toolkit prefix in web.config with AJAX Toolkit v4? (without assembly)

Alright, so I deleted AJAX toolkit v1.0 from the GAC even though I had only installed .net framework 4 (you would think .net framework 4 would come with ajax toolkit v4). I deleted it because I thought then I would be able to use gacutil to insert…
Dexter
  • 6,170
  • 18
  • 74
  • 101
0
votes
1 answer

issue in updating the page after file upload

I am having a strange issue associated with AsyncFileUpload control. after the upload, I am updating the page by calling__doPostBack function from ClientUploadComplete event handler. it works fine first time, but next time I try to upload the file,…
RKP
  • 5,285
  • 22
  • 70
  • 111
0
votes
0 answers

Find control ascx ajaxcalender from my parent page aspx

ASCX page markup: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="DateInput.ascx.cs" Inherits="CustomControls_DateInput" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajx" %>
Rahmat
  • 97
  • 10
0
votes
1 answer

bar chart not displaying

my bar chart is not displaying on my web page..help me on how to make it visible by setting the barchat.visible...thats where am getting the error. public void BindGrid() { string query = "select Customer, COUNT([Total Amount]) [Total Amount]…
john kc
  • 45
  • 5
0
votes
0 answers

barchart does not contain a definition for datasource

I am getting an error on my barchart: does not contain a definition for datasource and another error barchart does not contain a definition for valuememberX and valuememberY. public void BindGrid() { // Load the name of the stored procedure…
john kc
  • 45
  • 5
0
votes
1 answer

How do I display a modalpopupextender from a server side button click?

I have an Ajax ModalPopUpExtender which works fine when launched by the target control, but what I want to do is launch it from a server side Button_Click event in VB. This is because I want to check some variables before launching the…
russell
  • 23
  • 1
  • 7
0
votes
1 answer

Ajax Popupcontrolextender issues

I have a bizarre problem. I have followed the example here (http://www.4guysfromrolla.com/articles/071107-1.aspx) to display an ajax popup, but it is not working properly. The problem I have is that the image attributes are not set properly, I…
yomismo
  • 103
  • 2
  • 8
0
votes
0 answers

move focus to another asp.net control after ajax toolkit calendar extender selection

I am having trouble finding an answer to this problem. What I am trying to do is this; I have an asp.net (aspx) page that has two text boxes on it (among other controls) that have an Ajax Toolkit Calendar Extender on them. The first text box get…
mbcharney
  • 355
  • 1
  • 4
  • 15
0
votes
2 answers

Wired Update Panel Postback Issue

I have developed a web site and used update panel controls on all pages. The site was working fine and partial rendering was also working fine. But today update panel just stopped doing any post back. I don't know if this has anything to do with…
Mitul
  • 9,734
  • 4
  • 43
  • 60