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

ASP.NET IIS and framework

I have one ASP.NET web application projrct, created in Visual Studio 2008, .NET 3.5 Framework, IIS 6.1 and I'm using Ajax updatepanel, cache options for caching the datatable in a gridview. This project is working good in local, but when I deployed…
vasmay
  • 1,419
  • 3
  • 13
  • 18
0
votes
1 answer

Twitter style paging in ASP.NET AJAX?

I have a user control with a DataList in it. I want the list to show only the first 20 records, with a "more" link at the bottom. If the user clicks more, asynchronously load 20 more records below the previous records, without postback. Is it…
Rodney Burton
  • 427
  • 8
  • 18
0
votes
1 answer

Gravatar in ASP.Net WebForms showing default image

I have embeded an AjaxToolKit Gravatar in a blog comment foreach loop. The Gravatar's email address is not representing the actual value of the email address, but is rather the literal string (blue font) CommentEmail. I've tried a multitude of…
DJGray
  • 504
  • 8
  • 26
0
votes
1 answer

ajaxToolkit AutoCompleteExtender Chrome error

Facts: ajaxToolkit AutoCompleteExtender in this specific screen works fine in IE, and Firefox ajaxToolkit AutoCompleteExtender works fine in Chrome, in a different screen, same application But not here. Right now I am getting errors like…
Ash
  • 1,269
  • 3
  • 25
  • 49
0
votes
0 answers

Webforms showing source code instead of rendering

I'm working on a legacy project that used Webforms. There is now a bug occurring on our production servers where a few of the web pages will show source code. I cannot replicate this on our test servers or by debugging it. If it shows source code it…
0
votes
1 answer

How do you get a AjaxFileUpload control to see what is in a textbox on a form

I know that AjaxFileUpload is asynchronous, but is there a work around to get the control to see the value of a text box on the same form? I would like to have the text box for the user to type in the description of the uploaded file, but in the…
user79284
  • 175
  • 1
  • 2
  • 18
0
votes
0 answers

AjaxControlToolkit.HTMLEditor not rendering content

I have two IIS on different servers. A web page containing AjaxControlToolkit.HTMLEditor has been hosted on both servers. One server is displaying content of AjaxControlToolkit.HTMLEditor body while another server is not. What could be the reason ?
0
votes
2 answers

AutoCompleteExtender Returns HTML Instead of JSON

UPDATE 3: Code behind for the GetGrowers call: using AjaxControlToolkit; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Script.Services; using System.Web.Services; using System.Web.UI; using…
Nick H
  • 217
  • 4
  • 19
0
votes
1 answer

Draggable Panels stuck with CSS-Settings

I am playing around in my first ASP.net/HTML/CSS Application. I need draggable panels and used Ajax-Control-Toolkit, it works good and I am only using one panel so far! It looks like this: Now I want to fit the panels into its parent-containers…
Zesa Rex
  • 412
  • 1
  • 4
  • 16
0
votes
1 answer

Maximium value for AutoCompleteExtender

I have a AutoCompleteExtender with the following code:
0
votes
1 answer

asp.net showing model popup from menu menu

I have asp.net menu control in master page and requirment is to show moedel popup by clicking on it. Can u plz guide me on this issue ? I couldn't get any way to execute javascript code by clicking asp.net menu. Please guid and help me.
haansi
  • 5,470
  • 21
  • 63
  • 91
0
votes
1 answer

AjaxControlToolkit ReorderList stopped working

I am using the AjaxControlToolkit reorderlist. all was working well. then i upgraded the website to .net 4 and visual studio 2010. Now the reorder is no longer working. I did some searching and it was suggested to upgrade to the latest version…
jvcoach23
  • 2,765
  • 10
  • 34
  • 50
0
votes
2 answers

Advice on using .NET to generate semantic html

I've just started working on a project which a) uses .NET and a fair bit of AJAX, and b) must comply to AA accessibility standards. .NET AJAX toolkit is ideal in one sense - it provides a non-javascript fallback for each bit of javascript…
wheresrhys
  • 22,558
  • 19
  • 94
  • 162
0
votes
0 answers

Page.IsPostback Occurring Multiple Times

Page.ISpostback is getting multiple when first time page load it's getting 5 times and when ever i click button or DropDownlist (!PAGE.ISPOSTBACK) loads multiple Time.I searched in Google Some one said because of Ajax it's getting multiple Times…
Anthony
  • 1
  • 2
0
votes
0 answers

ajax calendar not displaying in child gridview

Ajax Calendar not displaying in child GridView