Search

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

Matching Posts

  • Re: More than 1 control on a page causes problems

    Update! Upon further inspection, I am using the wrong Timer control. Like the original poster above, I was using this: < asp : TimerControl ID ="tmTimer" runat ="server" Interval ="10000" Enabled ="false" OnTick ="tmTimer_OnTick" /> I switched to the AJAX Timer, like so: < asp : Timer ID ="tmTimer" runat ="server" Interval ="10000" Enabled ="false" OnTick ="tmTimer_OnTick" /> and now everything seems to be working just fine.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmarlow on 1/2/2007
  • Re: More than 1 control on a page causes problems

    I am experiencing the exact same error message from a similarly-configured page. The difference is that I am attempting to perform the timer processing on the master page, rather than a child page. In my case, I have narrowed the problem down to the trigger on the update panel. When I have the Ajax TimerControl on the page without an update panel trigger, the timer fires. Once I add the trigger to my update panel, thusly: < asp : AsyncPostBackTrigger ControlID ="tmTimer" EventName ="Tick" />
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmarlow on 1/2/2007
    Filed under: TimerControl postback
  • FilteredTextBox, pasting numbers when using Firefox. Bug?

    Using Control-V to paste numbers into a "numbers-only" FilteredTextBox when viewing the page in the Firefox browser does not paste anything. If I right-click and select "Paste", the numbers DO get pasted into the box. The behaviour can be seen on the FilteredTextBox demonstration page: http://ajax.asp.net/ajaxtoolkit/FilteredTextBox/FilteredTextBox.aspx Firefox 1.5 and 2.0 exhibit the behaviour. Has anyone else seen this? Is this a bug? Any ideas on how to fix it?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmarlow on 12/5/2006
  • Re: AtlasControlToolkit and SSL problem - Page contains secure and nonsecure items

    I have removed the AjaxControlToolkit from my test project yet the problem persists. So I'm pretty sure it's not the "about:blank" sections in the PopupBehavior.js file that could be causing the problem.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmarlow on 12/5/2006
  • Re: AtlasControlToolkit and SSL problem - Page contains secure and nonsecure items

    Yeah, that worked on the pre-Beta version of me, too. But now I'm using Beta-2, which no longer has Atlas.js nor AtlasRuntime.js. I have searched through the six JS files (MicrosoftAjax.js, MicrosoftAjaxTimer.js, MicrosoftAjaxWebForms.js, PreviewDragDrop.js, PreviewGlitz.js, PreviewScript.js) installed as part of the ScriptLibrary (C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025\ScriptLibrary\Debug) and found two "about:blank" lines in PreviewScript.js. I have tried making
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmarlow on 12/1/2006
  • Re: AtlasControlToolkit and SSL problem - Page contains secure and nonsecure items

    I have a little follow-up information. In my particular case, the "non-secure items" popup only presents in IE6; IE7 and Firefox do not display the error. I have not yet been able to determine whether any specific security- or privacy-related settings (especially in IE6) have any effect.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmarlow on 12/1/2006
  • Re: AtlasControlToolkit and SSL problem - Page contains secure and nonsecure items

    I have a sample that displays the "non-secure items" warning behavior. The page is from an AJAXEnabledWebSite Beta-2 template project. I added references to AjaxControlToolkit and Microsoft.Web.Preview assemblies. In the web.config file I added "tagPrefix" entries for the the Toolkit and the Preview assemblies. (I think the Toolkit stuff is not necessary but since I included it in my sample project, I included the info here.) Here is the self-contained page: <%@ Page Language="C#" AutoEventWireup
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmarlow on 11/30/2006
  • AutoCompleteExtender, PopupControlExtender, Beta 2, Script Error

    An AutoCompleteExtender and a PopupControlExtender together, on the same page, somehow are causing a script error when I navigate away from the page or, in some cases, refresh the page. If I remove either extender (leaving the other on the page) no script error is generated. When both extenders are on the page, both work normally as expected. Just moving away from (or refreshing) the page causes a script error. The sample page below is created in a new web site project using the ASP.NET AJAX CTP
    Posted to ASP.NET AJAX UI (Forum) by dmarlow on 11/28/2006
    Filed under: AjaxToolkit Beta2 AutoCompleteExtender PopupControlExtender
Page 1 of 1 (8 items)