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
  • Re: TabContainer and Firefox 2.0.0.2 Postback Issue

    This has become a problem for me - I had to remove all update panels that I had associated with my TabContainer control. Here is a little more info on the problem: Repro: In FireFox 2.0.0.2 only... See below for .aspx file to test against. In short, put a TabContainer inside of an update panel, cause...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by KevinDurdle on 02-26-2007, 12:00 AM
    Filed under: UpdatePanel, Tabs, AjaxControlToolkit, Firefox, TabContainer, TabPanel, TabContainer and TAB Control, Updatepanel Tab TabContainer, TabPanel Tabs TabContainer, TabContainer TabPanel, tabContainers, update Panel, TabContainer and TAB Control and UpdatePanel
  • asp:Panel's DefaultButton inside asp:UpdatePanel in FireFox

    I'm having a bit of an issue with the DefaultButton in FireFox... consider the following simple code: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="Test" %> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1...
    Posted to ASP.NET AJAX UI (Forum) by roncli on 05-12-2007, 12:00 AM
    Filed under: updatepanel, firefox, panel, defaultbutton
  • 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
  • Re: Using Javascript to click a button inside UpdatePanel

    That was the approach I took almost all day yesterday. It worked great everytime in IE, but still no luck in FF. I even dropped it back to where if you hit the hidden button in the panel it would simply update a Literal control with the current date/time. If I unhid the button this would work all day...
    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
  • UpdatePanel not resizing for new content in Firefox

    Hi, Has anyone come across this issue and can provide me with any advice? ... I have an UpdatePanel which is displaying new html content, but it isn't resizing correctly in Firefox when the new content is rendered (IE works fine). To see the issue in action: Go to http://www.yougodo.com/Trade/Buttons...
    Posted to ASP.NET AJAX UI (Forum) by gavinharriss on 01-20-2008, 12:00 AM
    Filed under: updatepanel, CollapsiblePanelExtender, firefox, panel
Page 1 of 1 (9 items)