Hi,
I need to create a textbox and an associated MasketEditExtender when the user clicks a specific button on the webform.
I can create the textbox on the fly using Javascript, ¿but how to do this with the MaskedEditExtender?
Thanks
...
Hi,
I'm using an editor control of ajaxcontroltoolkit.
<cc1:Editor ID="EditNews" runat="server" NoUnicode="true"/>
My problem is that when I try to get the content of Editor by:
Literal1.Text = EditNews.Content;
if in the editor there are breakLine for example "If I write"
Text Text
Text
Text
In Literal I get:
Text Text
Tex...
Hi,
The situation is very simple, I have two panel. In the event of OnMouseOver on the first panel. It will flip to show the second panel. I know the easiest way is to use the Jquery.
But I'm trying to learn and use the Ajax Control Toolkit Animation Extender.
Please point me into the right direction.
Thanks In Advance..
...
I have an AjaxControlToolkit DynamicPopulate control that is updated by calls to a WCF service. I know I can check the HttpContext in the service request to see if a user of the page (and thus, the control) is authenticated. However, I don't want anyone clever to be able to call the service directly, even if they're logged in. I want acc...
I have two different version of AjaxControlToolkit dll and I have added reference of both dll in my web application. I also set up control tagprefix in web.config.
Now one of the page is using 1.0 version and I want to use 3.0 version in another page. I am getting following error.
"The server tag 'ajaxToolkit:SliderExtender' is ...
Inside an Ajax popup I have a GridView.
I want to access the GridView from javascript.
As it is inside popup I am unable to use document.getElementById
I used document.GetElementsByTagName and accessed popup in javascript.
How to traverse to the gridview inside that popup?
...
[Edited: After cross-testing on a fresh machine and some additional research, this appears to be an issue running in IIS 7. I've read many accounts of problems online but none of the few resolutions I've seen made sense nor (surprise) worked.]
Hi folks, I'm new to ASP.NET AJAX and am having what I assume is a configuration issue.
I've ...
I've updated to the latest version of the AjaxControlToolkit, but it still doesn't seem to work. UpdatePanel for example works the first time, but it never hits my endrequesthandler.
...
How do I setup the ModalPopupExtender to not show when the validation on the page fails? I have a RequiredFieldValidator on a textbox. On Submit, I would like to show the ModalPopupExtender ONLY if validation is successful.
...
I've updated some code to use the Ajax Control toolkit 0911 beta and for some reason code that dynamically added collapsable panel extenders in the code behind now causes the following error in the client side jscript...
Microsoft JScript runtime error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.
Parameter ...
Greetings, I'm looking for a way to extend the functionality of the HTMLEditor control that the Ajax Control Toolkit supplies for ASP.net. I would like to add video and flash functionality to the editor (buttons, allowed tags, etc).
To my knowledge, this is rather easy: plop in an embed tag with the correct parameters and it just works;...
How do I associate a Key-Value pair with textBox autoComplete extender in a way similar to a dropdownlist?
It is preferred that value will not be visible to user.
...
Hello all,
I have a series of usercontrols on a page that are displayed based on a selection. Each usercontrol contains a Delete button with a ConfirmButton/ModalPopupExtender combo attached to it. This works great when first loading any of the usercontrols--clicking delete shows my Confirm Modal popup and hitting yes or no causes an ...
I'm confused about the differences and relationships between the various Microsoft ASP.NET AJAX components/libraries/toolkits and particularly the naming of them.
It starts off relatively simple with ASP.NET AJAX itself:
ASP.NET AJAX 1.0 (available for ASP.NET 2.0 in a separate package called ASP.NET 1.0 Extensions)
ASP.NET AJAX 3.5 (...
Hi folks,
I have a text box which has a Ajax calendar extender attached. You click on the text box, the calendar pops up, you select a date and that gets displayed in the text box. That all good but the date is displayed in mm/dd/yyyy format. Can this be changed?
Thanks,
Jonesy
...
Hi guys,
i am having tabcontainer control with updatepanel with gridview inside tabpanel in my page
i want to be have fixed width
but whenrver i update the updatepanel with gridview asynchronously it is get expanded
So any suggestions to give tabcontainer fixed size.
...
Hello,
We're trying to add a more fancy looking confirm messages than the regular JavaScript-confirm message to our delete-buttons in a list of comments on our site. To accomplish this we're trying to use the ConfirmButtonExtender together with a ModalPopupExtender. The comments are displayed using a ListView inside a UpdatePanel so th...
The Ajax control toolkit tab panel automatically inserts a space by all four corners of the body. For example, go to http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Tabs/Tabs.aspx and look at the TabPanel on the page. The is a space before "Signature:" and "Bio:" labels. How can I set the space-width to 0px; in the tabPanel body?
...
I've been using the ASP.NET Ajax Control Toolkit Slideshow extender and while it works, I'm not totally satisfied with it as it has problems handling multiple slideshows on one page and the fade is choppy. Anyone suggest any alternatives?
Edit
Just curious also. What is the general opinion of the Slideshow extender? Just wondering ...
Hi folks,
I've got a calendar control on a text box I'm just wondering how I can trigger a sub when a date is chosen on the calendar?
There is a OnClientDateSelection changed in the extenders properties but im not sure how to use this.
Any help most appreciated! -- Jonesy
...