Search

You searched for the word(s): userid:698059

Matching Posts

  • Re: Bug: ValidatorCallout control (release version) - 'originalWidth' is null or not an object

    I would... but it looks like the code's totally different (in popupbehaviour.js) in 10618? I can't say if it still needs the patch or not, as I can't migrate to 10618 as we have other issues with us stopping us from using it...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 6/27/2007
  • Re: 1.0.10618 breaks BasicDatePicker

    Good work tracking that down David! And, erm, glad you worked out what the code in the code behind was I've posted a message on the BDP forum ( http://forums.basicdatepicker.com/forums/1250/ShowThread.aspx#1250 ) but by all means feel free to drop them an email if you like. I may well drop them an email too if theres no feedback via their support forum. Thanks again David.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 6/27/2007
  • Re: 1.0.10618 breaks BasicDatePicker

    David, Apologies for my lack of information previously. Go Live week here (and also my last week at this company, so doing hand over stuff as well... Frantic does not sum it up! ) Below is an example of it NOT working... If you simply change the ajaxToolkit:ToolkitScriptManager back to an asp:ScriptManager then hey presto, it works again... <% @ Page Language ="VB" AutoEventWireup ="true" CodeFile ="Default.aspx.vb" Inherits ="_Default" %> <% @ Register
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 6/26/2007
  • Re: 1.0.10618 breaks BasicDatePicker

    Hi David, We're using BasicDatePicker Lite which is free, so you should be able to try that one? Unfortunately I can't install Fiddler at work because of network restrictions! Great eh! I did use the Firefox+Firebug combination though and it came back with no errors...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 6/23/2007
  • Re: 1.0.10618 breaks BasicDatePicker

    Changing back to using <asp:ScriptManager> fixes it. Not even setting CombineScripts="false" when using the ToolkitScriptManager works... somethings clearly broken! For completeness the section of code that I'm using for the ToolkitScriptManager is (CombineScripts setting makes no difference) : < ajaxToolkit : ToolkitScriptManager ID ="scriptManager" runat ="server" EnablePartialRendering ="true" EnablePageMethods ="true" ScriptMode
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 6/21/2007
  • Re: 1.0.10618 breaks BasicDatePicker

    I should expand on that by saying that when I say "broken" I mean that clicking on the image to bring up the date picker no longer does anything. No javascript errors, no scripts failing to load (according to Firebug), nothing..
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 6/21/2007
  • 1.0.10618 breaks BasicDatePicker

    Anyone else finding that the 1.0.10618 release of the Control Toolkit breaks the BasicDatePicker (I'm using BasicDatePicker Lite) control? All I've changed is the ScriptManager tag to get combined scripts, but it seems to have broken it.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 6/21/2007
  • Re: PopupControlExtender - this._postbackSettings.async is null or not an object

    I've just experienced a similar problem although not involving PopupControls. This case it was just a text box with a LINK button. The text box had default focus, and the link button was the default button for the form. When I pressed return in the text box it gave the "...is null..." error message. My solution (incase anyone else experiences this) was to trap the onkeydown event and check if there was a carriage return key pressed. If there wasn't then return true, otherwise perform a manual postback
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ctafield on 4/30/2007
  • Re: Calling __doPostBack causing full postback :-(

    I have just had a similar situation myself whereby a full postback was occuring whenever I called __doPostBack. Trick is that you have to specifiy the actual client ID in the EventTarget parameter i.e. _doPostBack('', ''); will NOT work where as _doPostBack('ctl00_textBox1', ''); WILL work. Obviously thats just an example so replace ctl00_textBox1 with your actual clientID value So my code became: textJobRef.Attributes.Add( "onkeyup" , "javascript:setTimeout('__doPostBack(\'" + textJobRef.ClientID
  • Re: FYI: How to make FCKeditor work in an UpdatePanel

    Hi Josh.... I've totally removed my solution and implemented yours, and I'm still getting the error with FCK being undefined when in Firefox. Works a treat (or the error is supressed, one or the other!) in IE, but Firefox gives an error. You may only notice it if you're using Firebug...
    Posted to ASP.NET AJAX UI (Forum) by ctafield on 4/12/2007
Page 1 of 6 (52 items) 1 2 3 4 5 Next > ... Last »