Browse by Tags

Related Posts

  • Re: Firefox doesn't refresh image on UpdatePanel refresh.

    Rama, Thank you for your response. I ended up going with about the same. During each page load, I append a non-sensical random number querystring value to the end of the link. It's certainly not elegant. Appearantly, though, you can set the cacheability of a page using the following command: Response...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by SamuraiProgrammer on 01-11-2007, 12:00 AM
    Filed under: updatepanel, Firefox, ajax, image, Cache
  • Weird refresh problem with buttons in Firefox and Opera, but works correctly in IE

    I have a page with several buttons that call javascript functions that call a web service through the AJAX controls. In IE, it works perfectly. In Firefox or Opera however, the call happens and works, but a second later, the whole screen refeshes, and all the data that was on the page is gone. Any ideas...
    Posted to ASP.NET AJAX UI (Forum) by Ian Foutz on 02-02-2007, 12:00 AM
    Filed under: ajax, firefox, ie, opera, buttons
  • iFrames and contained AJAX controls

    I have recently been rejuvenating a site which I wrote a few year or so ago using DNN (DotNetNuke and open source CMS system). Part of this rejuvenation involved putting a dropdown extender onto a page which happened to be contained within an iFrame. Nothing to weird about this setup so far and in firefox...
    Posted to ASP.NET AJAX UI (Forum) by Bagua on 05-08-2007, 12:00 AM
    Filed under: ajax, asp.net ajax, iframe, "AJAX Toolkit", DropDownExtender, "ASP.NET AJAX Beta 2", CMS, ASP AJAX, firefox, ie, Ajax Extensions, ajax 1.0, AJAX toolkit, asp.net, Ajax Control Toolkit 1.0, Sys.ArgumentOutOfRangeException
  • Why FireFox cannot keep my state but IE can?

    Hi, My problem happens when user leaves my page and then he/she want to go back using the “Back” button in browser. Since I want to save some data in page’s hiddenfield during the async postback so that I can dynamically reconstruct the DOM when user come back. The problem is FireFox can not keep the...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by JohnnyCui on 06-28-2007, 12:00 AM
    Filed under: Firefox, ajax, compatibility
  • AJAX in IE inside a cross-domain IFRAME

    I've just encountered an issue that is currently documented in this knowledge base article: http://support.microsoft.com/kb/936993 The article states that "This behavior is by design". This is unacceptable for a number of reasons: The article actually provides the fix. What would be the...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by DanielSchaffer on 08-13-2007, 12:00 AM
    Filed under: Firefox, ajax, ScriptReference, iframe, AjaxControlToolkit, Internet Explorer, 936993, IgnoreScriptPath
  • ReorderList Demonstration not working properly

    Hello everybody, I´m using Reorderlist control in my webapplication and I´m dissapointed by it´s perfomance when the list contains a lot of items (hundreds). While surfing the forums looking for some alternative I stopped at the ReorderList Demonstration website ( http://www.asp.net/AJAX/Control-Toolkit...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DGPunkt on 09-20-2007, 12:00 AM
    Filed under: ReorderList, ajax, ASP.NET AJAX Control Toolkit, AjaxControlToolkit, AJAX Control Toolkit, ASP.NET AJAX Control Toolkit troubleshooting, IE6, Ajax Ascx, ReorderList bug, Firefox, Reorder List, ajaxToolkit, "AJAX Toolkit", AJAX Toolkit, ajaxcontrolkit, AJAX ASP.NET, AJAX .NET, AJAX .NET 2.0, "AJAX Toolkit" "Ajax Control Toolkit", "Ajax Control Toolkit"
  • Using Javascript to click a button inside UpdatePanel

    I have been fighting this issue for the last few hours and can't come up with a viable solution. I have a grid on a content page (inside a master page) along with a hidden button, both inside an UpdatePanel. I have a button outside the UpdatePanel that triggers a SubModal window to pop up. When you...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by digitall on 10-25-2007, 12:00 AM
    Filed under: javascript, updatepanel, Firefox, ajax, Javascript & Ajax
  • Re: Using Javascript to click a button inside UpdatePanel

    That works great until I add in the line hidePopWin() (or any of it's variants) with FireFox. IE is working exactly as I expected though. As soon as I remove the hidePopWin() line the AJAX refresh happens like I would expect - but the SubModal window stays put. Order of command execution doesn't...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by digitall on 10-26-2007, 12:00 AM
    Filed under: javascript, updatepanel, Firefox, ajax, Javascript & Ajax
  • Re: Using Javascript to click a button inside UpdatePanel

    Still no joy Here is the code-behind of the page inside the Modal for what it will write back to the page when it is done executing: Dim sb As New System.Text.StringBuilder sb.Append("<script language=""javascript"" type=""text/javascript"">") 'sb...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by digitall on 10-26-2007, 12:00 AM
    Filed under: javascript, updatepanel, Firefox, ajax, Javascript & Ajax
  • Re: Using Javascript to click a button inside UpdatePanel

    I hadn't, but I just did and still no luck in FF. If it helps any, when I refresh the page after manually closing the SubModal, the grid is updated like I would want (I use a combination of "temproary" session items and ViewState to manage the data the grid retrieves from). If you need...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by digitall on 10-26-2007, 12:00 AM
    Filed under: javascript, updatepanel, Firefox, ajax, Javascript & Ajax
Page 1 of 2 (15 items) 1 2 Next >