0
votes
2answers
40 views
ASP .NET C# - Programmatically expand/collapse AJAX accordion panes?
Using .NET 3.5.
How do I programmtically expand/collapse the panes contained within a AJAX accordion control?
My page will have several accordions controls which I want to be able to mass …
0
votes
2answers
25 views
ASP .NET - CollapsiblePanelExtender does not work in IE7
I am running the ASP .NET AJAX Toolkit 3.5.
I have setup a panel with a collapsablePanelExtender and it works in Firefox 3.5 but not in IE7! In IE7 all the "collapsed" panels never shrink - …
0
votes
2answers
79 views
Trouble switching to the beta ajaxcontroltoolkit
I wanted to switch to the beta version to see if it fixes a problem I have been having, so I downloaded it and put two dll files into my bin folder. I deleted the old references to these files in …
0
votes
1answer
41 views
AjaxControlToolkit MaskedEditExtender - custom mask appearance
I'm using a MaskedEditExtender to show users what format they should use to enter a date into a textbox. How do I change the mask to be dd/MM/yyyy instead of __/__/____?
0
votes
1answer
11 views
AjaxControlToolkit confirm button extender asks twice
I've added a confirm button extender to a button, which is working except it's asking the question twice, regardless of if i click OK or cancel. Both OK and CANCEL code executes as expected.
What can …
0
votes
0answers
32 views
ModalPopupExtender - programmatic changes made to the settings of the related Panel have no effect
I have a popup extender linked to a panel as illustrated by the markup below:
<asp:Button runat="server" ID="buttonViewQuestionPopupController" style="display:none" />
…
0
votes
1answer
20 views
AjaxControlToolkit.dll.refresh
What is the role of AjaxControlToolkit.dll.refresh file ?
0
votes
0answers
16 views
Ajax control toolkit Collapsable Panel is not expanding
Hi, I am using Ajax Control toolkit's collapsable panel extender to design a menu.
My requirement is to have a button called "Expand all", on clicking it all the Collapsable panel will open.
How i …
0
votes
0answers
11 views
Validationcallout extender
Hi All,
I am Using Ajax ValidatorCalloutExtender in my application to check for the validations.
Please do let me know how to validate the dropdown list and checkbox using validation callout …
0
votes
1answer
51 views
AJAX Control Toolkit Collapsible Panel in SharePoint
I am trying to use the AJAX collapsible panel inside a user control which is loaded onto a Webpart in an AJAX enabled SharePoint site. I don't have any issues with using AJAX overal but I am having …
1
vote
2answers
69 views
ASP.NET AJAX Toolkit CalendarExtender not working C#
Hi guys,
I have a folowing problem:
I have a page where I need to create a lot of elements dynamically from the code behind. It obviously depends on what is passed from the database, but the number …
1
vote
4answers
38 views
Calling multiple javascript functions on event
I'm using the ajaxcontroltoolkit and trying to call a couple of functions on a tab changed event.
I want to call more than one js function from my OnClientActiveTabChanged function but keep getting …
0
votes
1answer
34 views
How to localizing Today text in ajaxToolkit:CalendarExtender ?
Hi All,
Is there any way to localize the Today text in ajaxToolkit:CalendarExtender?
This control localizes the day and month texts according to the culture but shows,
the current date with the text …
0
votes
1answer
53 views
MaskedEditExtender, dates and Globalization
I want to use the MaskedEditExtender to mask short dates. The problem is that I want to mask the field depending on the user language settings.
This is working for a lot of cases, but for example for …
0
votes
1answer
53 views
Update Panel and partial rendering and AsyncPostBackTriggers only firing the first time with AjaxControlToolkit:ComboBox
This should be a pretty simple thing to do with Update Panels, but I'm having troubles.
I want to update the updatePanelSelectedVendors on vendorsComboBox selection change, when the gridview pages, …
