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

ASP.NET Page with ReportViewer Gives the Error below

I am having this error when I opening page with Reportviewer, and ideas Server Error in '/' Application. Index was outside the bounds of the array. Description: An unhandled exception occurred during the execution of the current web request. Please…
Lucky Ncube
  • 108
  • 1
  • 1
  • 8
0
votes
1 answer

Ajax AutoCompleteExtender - automatically highlight first item

Is it possible to automatically highlight the first item of the list created by the Ajax Control Toolkit's AutoCompleteExtender? I would like the first item to be highlighted the same way it would be if the user presses down key when the textbox is…
Simo Kivistö
  • 4,247
  • 3
  • 38
  • 42
0
votes
1 answer

How create an AjaxToolKit control, (rating), from code-behind in C#?

I am creating dinamically controls from code-behind, such as textbox, checkboxlist, radiobuttonlist, etc etc... and adding them in a placeholder inside a repeater, in order to create a dynamic survey from a template-user-made, the questions of the…
0
votes
3 answers

Ajax Toolkit Calendar Extender Error

I have an asp.net website deployed to a staging server and a production server. On my staging server the calendar extender works fine. However, it comes up a blank calendar and I get a java script error on my production server. Both have the same…
mac
  • 485
  • 1
  • 6
  • 29
0
votes
1 answer

Set EditingArea in HTMLEditor (ajax control)

I have a HTMLEditor (ajax control). I want to set the size of EditingArea inside HTMLEditor to look like an A4 size paper. Can I set the margins on all four sides of the HTMLEditor? If yes, than how to do it? Is there any other way I can make my…
Ishan
  • 4,008
  • 32
  • 90
  • 153
0
votes
1 answer

ajaxcontroltoolkit was missing and after referencing it as per path we get error

Till morning website was building with a warning that could not find c:\programfiles\ajaxcontroltoolkit.dll. I had new ajax controltoolkitdll in D:\ which i copied to the c:\programfiles\ajaxcontroltoolkit.dll and hell broke out. I tried googling…
seema
  • 11
  • 5
0
votes
1 answer

ajaxtoolkit postback problem

i am working on a project.but i have a problem.basically,i am using ajaxtoolkit tabcontainer.assume that i have 2 tabs which i created.let's call them tab1,tab2.in tab1 there is a button and textbox.when i click the button,i am writing some text…
Ktl
  • 1
  • 2
0
votes
0 answers

star rating using ajaxcontroltoolkit not working

Here is my code in which star rating is not working. .filledRatingStar { background-image: url('C:\Users\chhaya.kaushik\documents\visual studio 2015\Projects\WebApplication2\WebApplication2\Images\filled star.jpg'); } .ratingStar { font-size:…
0
votes
1 answer

Getting error when posting a form with html tags in its fields

I am using Ajax Control Toolkit 3.5. I have a form like this:
Taner
  • 4,511
  • 3
  • 18
  • 14
0
votes
1 answer

my code for modalpopup is not working

actually the code for modalpopup in vwd is not working. will anyone pls tell me the actual code format for the ajax control modal popup?
Piyush
  • 5,145
  • 16
  • 49
  • 71
0
votes
1 answer

AJAX ModalPopupExtender not working when published to web server

I developed a small web app that uses the AJAX Control Toolkit. On my computer, all of the AJAX controls work properly. However, when I publish my site to my web server, the ModalPopupExtender no longer works. My environment: Windows 10, Visual…
Loki70
  • 613
  • 4
  • 15
  • 36
0
votes
1 answer

How to use multiple ajax calendars in a single page

I am trying to use a calendar to insert dates. Unfortunately, I have to use more than one calendar. For extracting the date from the calendar, I am using Ajax toolkit `
saurabh
  • 17
  • 9
0
votes
1 answer

Alternative to AJAX Control Toolkit for doing AJAX file uploads via .NET

Is there an alternative to AJAX Control Toolkit in regards to doing AJAX file uploads in C#? Every time I try to upload a file using the toolkit it just returns a red "(error)". I guess .NET framework 4.5 is not supported?
Kevin Key
  • 37
  • 4
0
votes
0 answers

asp.net Rating Control not binding correctly with give ratings score

I am using Listview to populate users ratings on particular item. Now I have product in which 4 people voted. But it's not showing stars filled correctly. e.g. if rating score is 4 then it filled with 5 stars. Listview
SUN
  • 973
  • 14
  • 38
0
votes
1 answer

asp.net ajax ratings control not working properly

I need to make users rating system for which I am using ajax rating control. I have defined all it's css still it's not working properly. Like There is 5 star rating now if user clicks on any star till that star color should get change but here it…
SUN
  • 973
  • 14
  • 38