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

Ajax Control Toolkit: FSharp.Core Error

I've experiencing some troubles when running applications in Visual Web Developer 2010 with the Ajax Control Toolkit (ToolkitScriptManager). Many times an error occours when I run the solution: Could not load file or assembly 'FSharp.Core,…
Alex
  • 3,325
  • 11
  • 52
  • 80
0
votes
0 answers

Type 'AjaxControlToolkit.HtmlEditorExtender' does not have a public property named 'EnableSanitization'

as i am beginner here i used html editor but it works perfectly on local but on server it shows me this error Type 'AjaxControlToolkit.HtmlEditorExtender' does not have a public property named 'EnableSanitization'. and i have one property in it…
0
votes
1 answer

Slider Extender Control in Ajax asp.net

I am using Slider Extender for the very first time and i am not able to figure out why am i facing this problem, the problem is mentioned below : I kept the slider extender, Script Manager and 2 text boxes(one for TargetControl and one for…
Everest
  • 580
  • 9
  • 31
0
votes
1 answer

Refresh asp:UpdatePanel when navigating to other panels in the same container

First off, I'm brand new to ASP.NET so I hope I use the correct terminology. I think that what I have is several asp:UpdatePanels in one ajaxToolKit:TabContainer. One panel has some checkboxes one it, here is the first part of the code for…
user9173591
0
votes
2 answers

Modal pop up calendar control issue

I am using a Calendar extender in a modalpopup when i click the image button the calendar extender should be displayed and when i click a particular date that date should be displayed in the textbox its working but what my problem is when i click…
Mathew Paul
  • 647
  • 3
  • 16
  • 36
0
votes
1 answer

AjaxFileUpload OnClientUploadComplete & OnUploadComplete

I'm working on an application and I have a AjaxFileUpload control. I set OnClientUploadComplete to a javascript function and OnUploadComplete to a method in my code behind(.cs). In which order do these run? Or do they run in parallel? In my…
AspUser7724
  • 109
  • 2
  • 10
0
votes
1 answer

How to Create Mask for MaskedEditExtender for Special Characters?

Suppose I want to allow the user to enter numbers, letters, and some special characters like *, $. Plus limit to 3 characters. How do I create a Mask for the AjaxControlToolKit MaskedEditExtender to allow only those characters? I thought the mask…
CoolBreeze
  • 381
  • 4
  • 14
0
votes
1 answer

How to use AJAX Control Toolkit client-side functionality without IIS

I ran an ASP.NET page that i have under development on my local IIS. It uses some dragPanelExtenders as well as some other AJAX Control Toolkit AJAX client side stuff, and in order to show the page to somebody, I wanted to put it up as a plain HTML…
kev
  • 135
  • 1
  • 4
  • 14
0
votes
1 answer

ajaxcontroltoolkit missed when trying to republish published files on another machine or my local IIS

I have a published web application on specific server. I want to run the same application on another IIS server, but i get this error Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is denied. Exception is…
0
votes
1 answer

I can not use AjaxControlToolkit in my projects

I use MS visual studio 2008.But i can not use AjaxControlToolkit in my projects. I can not AjaxControlToolkit controls to my web forms. Can you help me about this problem? Thank you!!!
Tabriz Atayi
  • 5,880
  • 7
  • 28
  • 33
0
votes
1 answer

Anchor click triggers parent click only in IE (Ajax Toolkit Accordion)

I have the following inside of my Header Template of an Ajax Accordion:
Mantorok
  • 5,168
  • 2
  • 24
  • 32
0
votes
1 answer

ASP.NET Gridview inside UpdatePanel not visible after declarative data bind

I've created a page that has a dropdownlist used to select a study. The StudyID is then used to return results from a stored procedure and I have tried to data bind the results to a gridview. However, the gridview does not render on page load. …
SidC
  • 3,175
  • 14
  • 70
  • 132
0
votes
0 answers

AjaxFileUpload & asyncfileupload both causing full page postback

I have googled and have search this forum, i can not find solution to my problem. As stated by the title in my webforms project using vs 2015 both these mentioned controls are causing a full page post back after uploading is done. In my other…
0
votes
0 answers

Wrong file size shown when use Mode="Server" in ajaxToolkit:AjaxFileUpload

I have used Ajaxtoolkit file upload control in my c#.net application(web forms). Below is the code which I have used to generate control in page
User5590
  • 1,383
  • 6
  • 26
  • 61