0
votes
1answer
22 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
21 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
2answers
86 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
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
211 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
93 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 …
2
votes
2answers
305 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
5answers
61 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 …
0
votes
0answers
151 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 …
0
votes
0answers
206 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
1answer
52 views
asp.net toolkit calendar
Hi All,
i'm using this control for date picker.
i want that when user click on button the calender will pop up next to the button
and when the user pick date the date will s …
0
votes
1answer
65 views
Ajax Tool kit error in page when use Script Manager
in status bar in internet explorer say "Done, but with errors in page"
i place Script Manager in form but error and cant use update panel
0
votes
2answers
314 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
324 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 …
0
votes
1answer
123 views
Using ajax calendarextender with mvc
Hi,
I'd like to use a calendar control to edit a date in my mvc application. The ajaxtoolkit's calendarextender seems like a good choice.
However, when I reference the name given …
