0
votes
2answers
948 views
Javascript Error thrown by AjaxToolKit in .NET only on some machines
We have a button that saves asynchronously using AjaxToolKit/C#/.NET. I'm getting this in my Error Console:
Error: [Exception... "'Sys.WebForms.PageRequestManagerServerErrorException: …
0
votes
0answers
6 views
Set ActiveTabIndex on Ajax TabContainer inside CompositeControl
I am creating a CompositeControl in VB ASP.NET.
My control has an Ajax TabContainer with several TabPanels. I need to code it so a value on the querystring can set the container's ActiveTab.
…
0
votes
5answers
274 views
How would you go about using the ASP.NET AJAX Control Toolkit in a project that doesn’t use ASP.NET on the back end
Your backend could be PHP or Python but you want to use the controls from the ASP.NET toolkit is there a successful way to do this?
0
votes
5answers
70 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
1answer
98 views
How do I know what scripts do I need for what Ajaxtoolkit control in ASP.Net MVC
Hi Everyone,
I was wondering how do i know what scripts are required for what Ajaxtoolkit control?
for instance i know for Datetime control these are requried in the following sequence
as seen here
…
0
votes
1answer
39 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
2answers
99 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?
1
vote
3answers
238 views
Ajax on Mono
Do you guys know about an ajax toolkit (or something similar to the m$-ajaxtoolkit) for mono??
1
vote
2answers
610 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
2answers
986 views
Disable previous Dates in ajaxToolkit CalendarExtender
How to disable previous dates while using in ajaxToolkit CalendarExtender
2
votes
5answers
320 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
1answer
28 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
59 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
2k views
ASP.AJAX TabContainer/TabPanel Customisation
Is it possible to set the position of the tabs to be at the bottom of the tabcontainer using the AjaxToolkit? You do have some control over the CSS but I'm not au-fait enough with CSS to see whether …
0
votes
1answer
135 views
Control amount of Javascript Ajax Control Toolkit spits out
with the Ajax Control Toolkit, one can easily drag and drop all types of great extender onto controls, but they register a boatload of Javascript to do it. 1) how do control this. and 2) If the …
