Tagged Questions

0
votes
2answers
95 views

Can ComboBox in AjaxToolkit use lazy loading

Can I make ComboBox from AjaxToolkit make call to server every time new letter is entered and update ComboBox items?
0
votes
1answer
27 views

Converting Page to HTML fails with AjaxToolkit Controls - Extender controls must be registered using RegisterExtenderControl

So, I'm trying to get the HTML of a Page using the following code: var stringWriter = new StringWriter(); var htmlTextWriter = new HtmlTextWriter(stringWriter); Page.RenderControl(htmlTextWriter); …
0
votes
1answer
241 views

Bug in HTML Editor in ASP.net Ajax toolkit

I'm trying to validate the content of the HTML Editor using an ASP.net custom validator control. The idea is to check that some content has been input - the same way a required field validator works. …
0
votes
1answer
23 views

corrupt MicrosoftAjax.js? unexpected token? what is this?

I have an asp.net form that contains some html, 2 controls a calendar from the AjaxControlToolkit and a custom SandTrap.WebControls textbox which works fine on several other servers we have this form …
0
votes
0answers
52 views

Ajaxtoolkit error

Hi, I am getting the follwing javascript error messages. Could it be something do with versions of the toolkit. I have added the old dll in GAC, shouldnt that solve the error? Message: …
1
vote
2answers
343 views

ASP.NET Ajax Toolkit Watermark control issue & Javascript date question

Hi, I have a web page that uses three controls to allow a user to specify a date: 2 drop down controls for month and day (where Jan = 1, perhaps a bad choice :-)) and the days of the month (1-31). A …
0
votes
3answers
99 views

AutoComplete Stopping When User Presses “Enter”

Hello. I am using the AutoCompleteExtender on a commercial site. My problem is the users are quickly typing in part of a word and immediately pressing "Enter" which causes the AutoComplete control to …
0
votes
5answers
65 views

Ajax:CalendarExtendar in Gridview

Dear All, I have a gridview, in the footer of gridview,I add a Textbox(TB1) and a CalendarExtendar(CAL1). CAL1 has properties : PopupControl ID and targetControl ID = TB1. When I click TB1 Popup of …
0
votes
2answers
337 views

Simple Modal add form dialog (telerik asp.net ajax)

I have a RadTreeView in which there is a context menu to "Add" new items to the RadTreeView. I have all the code to do this but I simply want a modal window/popup/dialog to launch in which I can have …
0
votes
3answers
342 views

ASP.Net: Element <name> Is Not A Known Element

I've been trying to use the AutoComplete Extender from the ASP.NET Ajax Control Toolkit, however I've been having tons of trouble getting it to actually work. To install the AjaxControlToolKit, I've …
2
votes
5answers
307 views

How can I optimize the Microsoft AJAX Toolkit?

This is rather infuriating. I'm trying to optimize a very large site, and I'm at the step of reducing HTTP Requests. Microsoft is not cooperating. I have the following ScriptResources included. …
0
votes
2answers
933 views

Disable previous Dates in ajaxToolkit CalendarExtender

How to disable previous dates while using in ajaxToolkit CalendarExtender
1
vote
2answers
578 views

Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors()

I am trying to deploy a web application built with Dotnetnuke. There is an DNN Control/ASCX having a MultiView and few AjaxToolkit Controls like AutoComplete, ModalPopup. In Views other (plain) ASCXs …
0
votes
0answers
220 views

ASP.NET JScript Error Sys.ScriptLoadFailedException

I am getting this error which I dont know how to deal with it. Microsoft JScript runtime error: Sys.ScriptLoadFailedException: The script …
0
votes
0answers
160 views

Ajax Toolkit Html Editor Expands on click

I am using the HTML Editor which now comes with the Asp.NET AJAX toolkit, the problem is: (Only) In IE8, when clicking inside the content area or on one of the toolbar buttons, the editor decides to …

1 2 3 4 5 6 next
15 30 50 per page