Browse by Tags

Related Posts

  • Webcontrol not using assigned CSS ...???

    Hello, I have created an ajax messagebox webcontrol. Works perfectly when run from VS and also in production when run on from the server. However when I run it from a remote machine in Firefox only, the CSS formatting it is supposed to have is all gone and so it shows up all mangled. It's pretty...
    Posted to Client Side Web Development (Forum) by EricBlair on 03-13-2009, 12:00 AM
    Filed under: ajax, Firefox, CSS
  • Re: Getting TreeView to postback when node is checked/unchecked

    [quote user="atconway"] This JavaScript works perfectly for me as far as forcing a postback when a treeview's checkbox is checked, but I am having one small issue. The postback is causing validation and my AJAX contol validator extenders are poping up on unrelated controls. I did not see...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by jpa7227 on 09-24-2008, 12:00 AM
    Filed under: treeview without postback, AJAX, java script, javascript, firefox, treeview, treeview checkbox, Tree View, .NET 3.5
  • FF "Losing" CSS on Partial Postback

    I have a page with an AsyncPostBack that is invoked by a control outside of the panel. When the panel content refreshes in Firefox, the style sheet is not fully loaded. Firebug shows the style sheet class properly for the given element, but all of the attributes of the style are no longer there. Live...
    Posted to ASP.NET AJAX UI (Forum) by waynemyer on 08-28-2008, 12:00 AM
    Filed under: udpdatepanel, FF, ajax, CSS, firefox
  • Re: Memory leak

    I am having similar issues. I've a a page the with several toolkit controls (2 dropdown extenders, couple of update panels) and on every page refresh in IE7, it's taking up an additional 2500-4000k in memory (seen in task manager). so... I created a brand new application with one page and just...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by whartrat on 03-26-2008, 12:00 AM
    Filed under: Refresh, ajax, IE, memory leak, minimize, Firefox, ajaxtoolkit, ASP.NET 2.0
  • Web Parts Drag and Drop not working in Firefox 2.0.0.12 with .NET 3.5

    Hi, I'm just starting with web parts and completed the simple walkthrough from MSDN. I then tried to view my demo in Firefox, and the drag and drop features don't work. So I started researching and found several posts on this forum which discussed it. However, most of them are several months...
    Posted to Web Parts and Personalization (Forum) by bbossche on 03-03-2008, 12:00 AM
    Filed under: .NET 3.5, AJAX, Firefox
  • Rounded Corners Extender in FireFox

    Hello everyone. This AJAX control (Rounded Corners Extender) is not rendering as expected in FireFox. It happens if you set float left to a panel. Check this out! HTML FILE 1 < asp:ScriptManager ID= "ScriptManager1" runat= "server" ></ asp:ScriptManager > 2 < cc1:roundedcornersextender...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Otavio Ferreira on 02-27-2008, 12:00 AM
    Filed under: rounded corners extender, ajax, Firefox
  • Firefox Collapse Panel .set_Collapsed Weirdness

    Internet Explorer and Opera do fine with the following code but Firefox stops executing the function at the first reference to the .set_Collapsed method. Am I using the method incorrectly or is there a problem with Firefox and this method? My goal is to only allow one panel to be open at a time. I realize...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ahsteele on 01-15-2008, 12:00 AM
    Filed under: ajax, Collapsible Panel Extender Javascript, control toolkit, Firefox
  • 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: updatepanel, ajax, javascript, Javascript & Ajax, Firefox
  • 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: updatepanel, ajax, javascript, Javascript & Ajax, Firefox
  • 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: updatepanel, ajax, javascript, Javascript & Ajax, Firefox
Page 1 of 3 (23 items) 1 2 3 Next >