0
votes
2answers
85 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
17 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 …
0
votes
1answer
19 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 server …
0
votes
0answers
43 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?
Mes …
0
votes
1answer
183 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 fi …
0
votes
3answers
92 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 Auto …
0
votes
5answers
60 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 …
2
votes
2answers
294 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 …
0
votes
2answers
301 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 …
0
votes
3answers
313 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 Ajax …
2
votes
5answers
285 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 ScriptRes …
0
votes
2answers
871 views
Disable previous Dates in ajaxToolkit CalendarExtender
How to disable previous dates while using in ajaxToolkit CalendarExtender
1
vote
2answers
536 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 …
0
votes
0answers
198 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 '/MySite/MyPath/Default.aspx?_TSM_HiddenF …
0
votes
0answers
147 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, th …
