Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all 4356 articles
Browse latest View live

Edited Issue: Error MaskedEdit [27913]

$
0
0
Good job,
but I found this problem:

code:
<div class="groupFormButtonSearch">
<asp:TextBox ID="txtDtaLimite" runat="server" Width="100%" TabIndex="12" MaxLength="10" placeHolder=" " CssClass="txtCustomWaterMark resetCursor customControlSearch"></asp:TextBox>
<span class="spanBtnSearch">
<asp:ImageButton ID="btnCalendarDataLimite" runat="server" CssClass="btnSearch" ImageUrl="~/btnImgCalendario.png" TabIndex="13" />
</span>
</div>
<asp:RequiredFieldValidator ID="RFVDataLimite" runat="server" ControlToValidate="txtDtaLimite" Display="None" ErrorMessage="Preencha a data limite." Font-Names="Tahoma" Font-Size="X-Small" SetFocusOnError="True" ValidationGroup="ValidadorCadastroAtendimentos" CssClass="hideValidator">*</asp:RequiredFieldValidator>
<ajaxToolkit:CalendarExtender ID="CalendarExtender1" TargetControlID="txtDtaLimite" runat="server" Format="dd/MM/yyyy" PopupButtonID="btnCalendarDataLimite" />
<ajaxToolkit:ValidatorCalloutExtender ID="RFVDataLimite_VCE" runat="server" Enabled="True" TargetControlID="RFVDataLimite"></ajaxToolkit:ValidatorCalloutExtender>
<ajaxToolkit:MaskedEditExtender ID="MEEDtaLimite" runat="server" TargetControlID="txtDtaLimite" Mask="99/99/9999" AutoComplete="true" ClearTextOnInvalid="true" MaskType="Date" AcceptAMPM="false" AcceptNegative="None" InputDirection="LeftToRight" UserDateFormat="DayMonthYear"></ajaxToolkit:MaskedEditExtender>

error:
Type.registerNamespace("Sys.Extended.UI");Sys.Extended.UI.MaskedEditBehavior=function(n){Sys.Extended.UI.MaskedEditBehavior.initializeBase(this,[n]);this._Mask="";this._MaskType=Sys.Extended.UI.MaskedEditType.None;this._Filtered="";this._PromptChar="_";this._InputDirection=Sys.Extended.UI.MaskedEditInputDirections.LeftToRight;this._MessageValidatorTip=!0;this._ShowMessageErrorFloat=!1;this._CssMessageErrorFloat="";this._AutoComplete=!0;this._AutoCompleteValue="";this._ClearTextOnInvalid=!1;this._ClearMaskOnLostfocus=!0;this._AcceptAmPm=Sys.Extended.UI.MaskedEditShowSymbol.None;this._AcceptNegative=Sys.Extended.UI.MaskedEditShowSymbol.None;this._DisplayMoney=Sys.Extended.UI.MaskedEditShowSymbol.None;this._OnFocusCssClass="MaskedEditFocus";this._OnInvalidCssClass="MaskedEditError";this._OnFocusCssNegative="MaskedEditFocusNegative";this._OnBlurCssNegative="MaskedEditBlurNegative";this._CultureName=Sys.CultureInfo.CurrentCulture.name;this._UserDateFormat=Sys.Extended.UI.MaskedEditUserDateFormat.None;this._UserTimeFormat=Sys.Extended.UI.MaskedEditUserTimeFormat.None;this._CultureDatePlaceholder=Sys.CultureInfo.CurrentCulture.dateTimeFormat.DateSeparator;this._CultureTimePlaceholder=Sys.CultureInfo.CurrentCulture.dateTimeFormat.TimeSeparator;this._CultureDecimalPlaceholder=Sys.CultureInfo.CurrentCulture.numberFormat.NumberDecimalSeparator;this._CultureThousandsPlaceholder=Sys.CultureInfo.CurrentCulture.numberFormat.NumberGroupSeparator;this._CultureDateFormat="MDY";var t=Sys.CultureInfo.CurrentCulture.dateTimeFormat.ShortDatePattern.split(this._CultureDatePlaceholder);t.length>=3&&(this._CultureDateFormat=t[0].substr(0,1).toUpperCase()+t[1].substr(0,1).toUpperCase()+t[2].substr(0,1).toUpperCase());this._CultureCurrencySymbolPlaceholder=Sys.CultureInfo.CurrentCulture.numberFormat.CurrencySymbol;this._CultureAMPMPlaceholder=Sys.CultureInfo.CurrentCulture.dateTimeFormat.PMDesignator+";"+Sys.CultureInfo.CurrentCulture.dateTimeFormat.PMDesignator;this._AMPMPlaceholderSeparator=";";this._Century=1900;this._AllowCopyPaste=!0;this._ClipboardText=Sys.Extended.UI.Resources&&Sys.Extended.UI.Resources.Shared_BrowserSecurityPreventsPaste||"Your browser security settings don't permit the automatic execution of paste operations. Please use the keyboard shortcut Ctrl+V instead.";this._CharsEditMask="9L$CAN?";this._CharsSpecialMask="/:.,";this._MaskConv="";this._EmptyMask="";this._maskvalid="";this._DirectSelText="";this._initialvalue="";this._LogicSymbol="";this._LogicTextMask="";this._LogicMask="";this._LogicMaskConv="";this._LogicPrompt=String.fromCharCode(1);this._LogicEscape=String.fromCharCode(2);this._LogicFirstPos=-1;this._LogicLastPos=-1;this._LogicLastInt=-1;this._LogicDateTimeSepPos=-1;this._QtdValidInput=0;this._InLostfocus=!1;this._ExternalMessageError="";this._CurrentMessageError="";this._FiringOnChange=!1;this._ErroOnEnter=!1;this._charLetters="ABCDEFGHIJKLMNOPQRSTUVWXYZ";this._charNumbers="0123456789";this._charEscape="\\";this._DelimitStartDup="{";this._DelimitEndDup="}";this._focusHandler=null;this._keypressdown=null;this._keypressHandler=null;this._blurHandler=null;this._mouseOutHandler=null;this._mouseOutHandler=null;this._mouseMoveHandler=null;this._mouseEnterHandler=null;this._changeHandler=null;this._timer=null;this._timerHandler=null;this._SaveSymb="";this._SaveText="";this._SavePosi=-1;this._SaveMask="";this._SaveKeyDown=0};Sys.Extended.UI.MaskedEditBehavior.prototype={initialize:function(){var n=this.get_element(),t,i,r,u;this._InLostfocus=!0;Sys.Extended.UI.MaskedEditBehavior.callBaseMethod(this,"initialize");this._createMask();t=!1;i=this.get_ClientState();i!=null&&i!=""&&(t=i=="Focused",this.set_ClientState(null));try{n===document.activeElement&&(t=!0)}catch(f){}this._ShowMessageErrorFloat&&(this._mouseOutHandler=Function.createDelegate(this,this._onMouseOut),$addHandler(n,"mouseout",this._mouseOutHandler),this._mouseMoveHandler=Function.createDelegate(this,this._onMouseMove),$addHandler(n,"mousemove",this._mouseMoveHandler),this._mouseEnterHandler=Function.createDelegate(this,this._onMouseover),$addHandler(n,"mouseover",this._mouseEnterHandler));n.readOnly||(this._keypressdown=Function.createDelegate(this,this._onKeyPressdown),$addHandler(n,"keydown",this._keypressdown),this._keypressHandler=Function.createDelegate(this,this._onKeyPress),$addHandler(n,"keypress",this._keypressHandler));this._focusHandler=Function.createDelegate(this,this._onFocus);$addHandler(n,"focus",this._focusHandler);this._blurHandler=Function.createDelegate(this,this._onBlur);$addHandler(n,"blur",this._blurHandler);this._changeHandler=Function.createDelegate(this,this._onChange);$addHandler(n,"change",this._changeHandler);Sys.Browser.agent==Sys.Browser.Opera&&(this._timerHandler=Function.createDelegate(this,this._OnTimerTicket),this._timer=new Sys.Timer,this._timer.set_enabled(!1),this._timer.set_interval(100),this._timer.add_tick(this._timerHandler),this._SaveText="",this._SavePosi=-1,this._timer.set_enabled(!0));r=Sys.Extended.UI.TextBoxWrapper.get_Wrapper(n);this._InitValue(r.get_Value(),!0);t?this._onFocus():(this._ClearMaskOnLostfocus&&r.set_Value(this._getClearMask(r.get_Value())),u=this._CaptureServerValidators(),u||this._OnInvalidCssClass!=""&&this.AddCssClassMaskedEdit(this._OnInvalidCssClass))},dispose:function(){var n=this.get_element();this._mouseOutHandler&&($removeHandler(n,"mouseout",this._mouseOutHandler),this._mouseOutHandler=null);this._mouseMoveHandler&&($removeHandler(n,"mousemove",this._mouseMoveHandler),this._mouseMoveHandler=null);this._mouseEnterHandler&&($removeHandler(n,"mouseover",this._mouseEnterHandler),this._mouseEnterHandler=null);this._focusHandler&&($removeHandler(n,"focus",this._focusHandler),this._focusHandler=null);this._focusHandler&&($removeHandler(n,"focus",this._focusHandler),this._focusHandler=null);this._blurHandler&&($removeHandler(n,"blur",this._blurHandler),this._blurHandler=null);this._changeHandler&&($removeHandler(n,"change",this._changeHandler),this._changeHandler=null);this._keypressdown&&($removeHandler(n,"keydown",this._keypressdown),this._keypressdown=null);this._keypressHandler&&($removeHandler(n,"keypress",this._keypressHandler),this._keypressHandler=null);this._timerHandler&&(this._timer.set_enabled(!1),this._timerHandler=null,this._timer.dispose(),this._timer=null);Sys.Extended.UI.MaskedEditBehavior.callBaseMethod(this,"dispose")},_OnTimerTicket:function(){if(this._SaveSymb="",!this._InLostfocus){this._timer.set_enabled(!1);var n=Sys.Extended.UI.TextBoxWrapper.get_Wrapper(this.get_element());this._SaveText!=""?(n.set_Value(this._SaveText),this.setSelectionRange(this._SavePosi,this._SavePosi),this._SaveText="",this._SavePosi=-1,this._SaveMask=n.get_Value()):(n.get_Value().length!=this._EmptyMask.length&&n.set_Value(this._SaveMask),this._timer.get_interval()!=100&&this._timer.set_interval(100));this._timer.set_enabled(!0)}},_onChange:function(){this._FiringOnChange||this._onFocus()},_onFocus:function(){var n=this.get_element(),i,t,r,u;n.readOnly||n.disabled||(this._keypressdown||(this._keypressdown=Function.createDelegate(this,this._onKeyPressdown),$addHandler(n,"keydown",this._keypressdown)),this._keypressHandler||(this._keypressHandler=Function.createDelegate(this,this._onKeyPress),$addHandler(n,"keypress",this._keypressHandler)),this._InLostfocus=!1,this._RemoveDivToolTip(),this._OnFocusCssClass!=""&&this.AddCssClassMaskedEdit(this._OnFocusCssClass),i=Sys.Extended.UI.TextBoxWrapper.get_Wrapper(n),this._initialvalue=i.get_Value(),this._InitValue(i.get_Value(),!1),t=this._getClearMask(),r=!1,this._MessageValidatorTip&&t==""&&(r=!0),(this._MaskType==Sys.Extended.UI.MaskedEditType.Time||this._MaskType==Sys.Extended.UI.MaskedEditType.DateTime)&&this.get_CultureAMPMPlaceholder()!=""&&t==""?this._AcceptAmPm&&this.InsertAMPM(this.get_CultureAMPMPlaceholder().substring(0,1)):this._MaskType==

Closed Issue: Ajax tool kit Nov 11 release - unable to read text on a web page [27105]

$
0
0
I downloaded Ajax tool kit nov 2011 release. But adding reference and updating the web.config file with the right version, my web site does not work. It shows unreadable text on the web site. - View source does show the same text. Any help would be appreciated. Thanks!

��`I�%&/m�{J�J��t��`$ؐ@�������iG#)�*��eVe]f@�흼��{����{����;�N'���?\fdl��J�ɞ!���?~|?"��Ey�')=��y6�����h����Z��tY�iYe���(���Ӭi�Ť�N?>����I�l��|SU�ۢ�?��MQ-?����w�w�F�ɺl�u��2_�uV�җ�IYL���M�6_~�wp��;���'�����?F/Ւ:;O��Ig�*_����țq�f�>Ӭ�g���t�-���i��y�,Z�!�Uy��/�v:O[z�"_��yM0�q�u�n������Z��~u����o�;�vv������y|Wh��i���I5�N�9d�<[������l�}tȟ^��ż}���EV�GM���Q:~�/�UYՏ&e6}{�KR��=��@Y}Q,��j�(ݾ�z�K|\osR��[C��n��ӛa��{�j����4��5A�[��qE��C]�yg����b����MU� \g�a��_��y��� �J�����ߵ۳|Z�8���2? @]����X_�����E^�$ �X�>�ڶZ
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Commented Issue: Ajax TK comboboxes doesnt render corretly [27141]

$
0
0
Hi,

Comboboxes doesn´t render correctly if they are in a tabcointainer and the tabcontainer is in an accordion. I got helped with my firt issue when the combobox was in a nested tabcointainer. Then i hade to ad a script to activate the tabpanel. But now i have puted the tab container in a accordion and it doesn´t work anymore. They guy from microsoft told me to report it here. Attach the code.

Kind regards Olle
Comments: Would you provide a complete sample project?

Commented Unassigned: SliderExtender not working since upgrade [27936]

$
0
0
The following markup previously worked without issue before I upgraded to the devexpress managed version of the toolkit (v15.1.2 and recently v15.1.3)

<asp:TextBox runat="server" ID="txtSlider"></asp:TextBox>
<asp:TextBox runat="server" ID="txtSliderValue"></asp:TextBox> %
<asp:SliderExtender runat="server" ID="sliderExtender"
TargetControlID="txtSlider" BoundControlID="txtSliderValue"
Minimum="0" Maximum="100" Steps="100"/>

Since the upgrade, I now get the following java script error thrown and the slider doesn't render

__Error: Unable to get property 'Slider.Handle-Horizontal.gif' of undefined or null reference__

The error is thrown in ScriptResource.axd line 117

var defaultHandleImageUrl = (this._isHorizontal)
? Sys.Extended.UI.Images["Slider.Handle-Horizontal.gif"]
: Sys.Extended.UI.Images["Slider.Handle-Vertical.gif"];

Sys.Extended.UI exists but Sys.Extended.UI.Images is undefined

What has changed that has broken this int he new versions?
Comments: hi when will the release happen? can you give me a beta version as I have a deadline to get this working thanks vm

Commented Issue: AjaxFileUpload Control - Doesn't work on page reached by Server.Transfer [27145]

$
0
0
The AjaxFileUpload control does not work if it is contained in a page that is reached from another page via Server.Transfer. It appears to work correctly when reached via Response.Redirect.
Comments: This is the expected behavior. AjaxFileUpload control heavily utilizes client-side URLs that work relative to the page where the control is located. If you use Server.Transfer, this will break the logic of the control, as long as this method does not change the page URL where the control is located. Meanwhile, Response.Redirect will produce the correct results, because the page URL reflects the control's real location in the site hierarchy. As a general rule, it is better to avoid calling Server.Transfer if you have any client-side code on a page.

Closed Issue: AjaxFileUpload Control - Doesn't work on page reached by Server.Transfer [27145]

$
0
0
The AjaxFileUpload control does not work if it is contained in a page that is reached from another page via Server.Transfer. It appears to work correctly when reached via Response.Redirect.

Closed Issue: ColorPickerExtender Not Picking CSS [27142]

$
0
0
I am using a CPE inside a Gridview that has a CSS.

<asp:TextBox ID="txtColorPalette" runat="server" Text='<%#Bind("Attn_Type_Color")%>' CssClass="pl_textfield1" Width="80px" MaxLength="6"></asp:TextBox>
<ajx:ColorPickerExtender ID="cpeColorPalette" runat="server" TargetControlID="txtColorPalette" PopupPosition="BottomLeft"></ajx:ColorPickerExtender>

I also have the ColorPicker Styles in my StyleSheet:
.ajax__colorPicker { padding: 0px; margin: 0px; }
.ajax__colorPicker_container { background-color: #fffccc ; position: absolute; }
.ajax__colorPicker_container table {border: 1px solid #646464 ;}
.ajax__colorPicker_container table td div { width: 10px; height: 10px; cursor: pointer; padding: 0px; }

However, when the ColorPicker opens it seems as provided in the Attached ScreenShot.

Please suggest if I need to do anything else or if I am missing anything.
Comments: Thank you for sharing your experience!

Commented Unassigned: SliderExtender not working since upgrade [27936]

$
0
0
The following markup previously worked without issue before I upgraded to the devexpress managed version of the toolkit (v15.1.2 and recently v15.1.3)

<asp:TextBox runat="server" ID="txtSlider"></asp:TextBox>
<asp:TextBox runat="server" ID="txtSliderValue"></asp:TextBox> %
<asp:SliderExtender runat="server" ID="sliderExtender"
TargetControlID="txtSlider" BoundControlID="txtSliderValue"
Minimum="0" Maximum="100" Steps="100"/>

Since the upgrade, I now get the following java script error thrown and the slider doesn't render

__Error: Unable to get property 'Slider.Handle-Horizontal.gif' of undefined or null reference__

The error is thrown in ScriptResource.axd line 117

var defaultHandleImageUrl = (this._isHorizontal)
? Sys.Extended.UI.Images["Slider.Handle-Horizontal.gif"]
: Sys.Extended.UI.Images["Slider.Handle-Vertical.gif"];

Sys.Extended.UI exists but Sys.Extended.UI.Images is undefined

What has changed that has broken this int he new versions?
Comments: The release date is to be determined. The AJAX Control Toolkit is open source software, so you can always download the [latest source code](https://ajaxcontroltoolkit.codeplex.com/SourceControl/latest) and compile it.

Closed Issue: TabContainer OnActiveTabChanged event always fires [27135]

$
0
0
I installed the November release of the AjaxToolkit a little over a month ago, and shortly thereafter discovered this bug (in production no less). It seems that OnActiveTabChanged is firing even when it ISN'T changing. It fires on every postback.

I have reverted back to an old release of the Toolkit for now. Is anyone going to fix this?
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Issue: Ajax Control Toolkit not working IE8 [27156]

$
0
0
Attached i have a simple site with a master page, a button control with a Rounded corners control.

If you run it in IE9, Firefox & Chrome you get no issues but if you run it in IE8 or in IE9 with compatibility mode it doesn't work.

Help Please

as this is the same issue & error code i'm having with a much bigger site i have created

SCRIPT65535: Unexpected call to method or property access.
{k.__roundedDivNoBorder=a;k.style.backgroundColor=d._borderColor}}c.insertBefore(k,n)

Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Commented Issue: AJAX RoundedCornersExtender not working when CSS Gradient applied to TargetControl [27162]

$
0
0
I used the following CSS entry to apply a green gradient to a button:

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');

When applied, the buttons will only render square, even if the CSS class is set to round the corners aswell.

AJAX version affected is: 4.1.51116.0

Removing this line from the CSS class resolves the rounded corners issue but leaves a flat colour on my shiny new button :(

Interestingly, this does not affect the BaloonPopupExtender.
Comments: Would you provide a complete sample project?

Closed Issue: version changed to 4.1.60501.0 ,cause error on IE8, not happened on previous version [27165]

$
0
0
Hi ,I have changed ajaxcontroltoolkit to 4.1.60501.0, the it shows error like the attachment on IE 8 ( not in IE9 , IE9 (mode IE8),firefox,chrome)
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Issue: MaskedEditExtender/CalendarExtender IE9 Issue [27166]

$
0
0
I'm trying to use the MaskedEditExtender and CalendarExtendar from the Toolkit.

I am having an issue when you type a date in the TextBox after the first time, it is not focusing to that date when you open the Calendar. It does not work in IE9. It does work in IE9+compatability mode. I can reproduce this on the Toolkit Demo site as well.

Steps to reproduce:

1. In IE9 (non-compatibility mode)
2. Go to http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/MaskedEdit/MaskedEdit.aspx
3. In the 3rd field (one with the masked Date without the time), type 12/12/2012
4. Click the Calendar icon
5. 12/12/2012 is selected in the Calendar
6. Now change your date text to 12/12/2010
7. Click the Calendar icon
8. 12/12/2012 is still selected in the Calendar
9. Repeat the steps in compatibility mode
10. In step 8, 12/12/2010 will be selected as expected

Note that if you remove the MaskedEditExtender, the Calendar works correctly in non-compatibility and compatibility mode.
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Commented Unassigned: SliderExtender not working since upgrade [27936]

$
0
0
The following markup previously worked without issue before I upgraded to the devexpress managed version of the toolkit (v15.1.2 and recently v15.1.3)

<asp:TextBox runat="server" ID="txtSlider"></asp:TextBox>
<asp:TextBox runat="server" ID="txtSliderValue"></asp:TextBox> %
<asp:SliderExtender runat="server" ID="sliderExtender"
TargetControlID="txtSlider" BoundControlID="txtSliderValue"
Minimum="0" Maximum="100" Steps="100"/>

Since the upgrade, I now get the following java script error thrown and the slider doesn't render

__Error: Unable to get property 'Slider.Handle-Horizontal.gif' of undefined or null reference__

The error is thrown in ScriptResource.axd line 117

var defaultHandleImageUrl = (this._isHorizontal)
? Sys.Extended.UI.Images["Slider.Handle-Horizontal.gif"]
: Sys.Extended.UI.Images["Slider.Handle-Vertical.gif"];

Sys.Extended.UI exists but Sys.Extended.UI.Images is undefined

What has changed that has broken this int he new versions?
Comments: ok thanks - will compile the latest

Created Unassigned: Add Extender Missing after upgrade [27937]

$
0
0
I installed the new Ajax Control ToolKit 15.1.3.0, uninstalled an older version from an existing project and migrated the project to the new version. I replaced all the old toolscriptmanager with ScriptManager on each page. All existing controls/ extenders already on there work and the controls show up fine in the Toolbox.

I am missing all the options to extend anything new. There is no context Add Extender options available anymore.

Closed Issue: Mouse cursor issue when dragging in modal popup control or drag panel extender [26939]

$
0
0
Both DragPanelExtender and ModalPopupExtender have the mouse cursor issue when controls are dragged under IE. When you mouse over the drag panel, cursor changes to 'move'. When you drag the control, cursor changes to something that looks like copy cursor. When dragging is complete, cursor changes back to 'move' cursor. In IE9, however, once dragging is complete, you have to do additional click to get rid of 'move' cursor. DragPanelExtender and ModalPopupExtender controls work fine in FF4.01, but in IE, drag cursors don't work properly and in IE9, additional click is required to get rid of 'move' cursor.

I'm using Ajax Control Toolkit for ASP .NET 4.0; 50401 release.
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Closed Issue: Type AjaxControlToolkit.BoxSide has already been registered. [27144]

$
0
0
I have two applications that use Ajax Controls. The first uses a modal popup to look-up some information. The second uses an update panel with a nested multiview to navigate through a setup. The second page also has a JavaScript alert when a button is clicked. When the modal popup is instantiated, or the JavaScript alert is called, I am getting the following message:

Message: Sys.InvalidOperationException: Type AjaxControlToolkit.BoxSide has already been registered. The type may be defined multiple times or the script file that defines it may have already been loaded. A possible cause is a change of settings during a partial update.

This error is only happening in our TEST and PROD environments. This does not happen in our DEV environment. TEST and PROD both have two servers; DEV has one. The error is not happening locally either.

We have checked to make sure the two servers in TEST are identical: same folder structure, same Metabase.xml files (including case), same GAC entries, etc.

Has anyone experienced this issue before, and if so, is there a solution?
Comments: Thank you for sharing your experience!

Closed Issue: ajax tabcontainer Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept [27076]

$
0
0
Hello Sir/Madm ,
i have got this issue when i use ajax tabcontainer . i have simple put this on page when my page is open in IE then it will raised this error.
i have used ajaxcontroltoolkit.dll version 4.1.51116, kindly help me to resolve the issue.
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.

Commented Issue: CollapsiblePanelExtender Loses Session in IE8 [27182]

$
0
0
If your CollapsiblePanelExtender's ImageControlID points to an ASP:Image control that does not have any ImageURL specified then it will cause IE8 to lose all session variables. The problem does not occur in IE9 or FF. The simple fix is to insure that your ImageControlID target has its ImageURL specified. You can use the ExpandedImage or the CollapsedImage. There is a temptation to skip the ImageURL because the CollapsiblePanelExtender automatically sets this value.
Comments: Would you provide a sample project that illustrates the described problem?

Commented Issue: CalendarExtender and CompareValidator [27183]

$
0
0
When using a CompareValidator control with the CalendarExtender, if you enter an invalid date and the CompareValidator shows the error message the CalendarExtender popup calendar will not stay shown it displays for a second and then hides again.

To reproduce:
Add a TextBox, CalendarExtender and CompareValidator on a test page and then load page and enter invalid date and then click on the calender icon.
Comments: Would you provide a sample project that illustrates the described problem?
Viewing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>