Browse by Tags

Related Posts

  • IE Caching JsonResult from a Controller Method

    I have a controller method that I am invoking from jQuery using the ajax method: $.ajax( { url: "MyController/MyAction", data: jsonData, type: type, processData: false , contentType: "application/json" , timeout: 10000, IE is caching the result - how can I disable this? I am using...
    Posted to ASP.NET MVC (Forum) by Kieren5 on 01-21-2009, 12:00 AM
    Filed under: MVC, Cache, ie, jquery, JsonResult, ajax
  • Re: Troubles with Ajax + IIS7/VS Dev Server + Vista Home Premium

    I recently bought a Compaq machine which came preloaded with Windows Vista Home Premium. The first problem I ran into using Vista was, that in IE no Ajax application was being rendered or displayed. That seemed odd, but I have tried playing around with different security features, but to no avail. Then...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by mohammadali110 on 11-13-2008, 12:00 AM
    Filed under: ajax, Ajax Webpage not displayed on Vista Home Premium, IE, Windows Vista Home Premium
  • Re: Continuation of IE7 ASP.NET AJAX problems

    Thanks for the reply, From reading that article I can only conclude that since I am using the ScriptManager, everything will be loaded when I need it - ie: at least by page_load, which I am using. I my ScriptManager, I also have the attribute LoadScriptsBeforeUI=false . But it still doesn't explain...
    Posted to ASP.NET AJAX UI (Forum) by kreid on 05-08-2008, 12:00 AM
    Filed under: ajax, asp.net 2.0, CSS, ie, ie7, internet explorer, Javascript
  • 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
  • How does FadeOutAnimation work in IE

    If you call this one line of code to change the opacity of a div element. AjaxControlToolkit.Animation.FadeOutAnimation.play($get(idOfDomElement), 15, 30, .2, 1, null ); It works in IE, FF, and Opera fine. In FF I can see that what it does is to change the style.opacity property of the div. In IE, the...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by coderGeek on 11-06-2007, 12:00 AM
    Filed under: ajax, DOM, ff, ie, fadeoutanimation
  • How to see the html after modifications to the DOM

    I have some code that modifies a <div> element. I did a view source before and after the DOM element was modified. And I saw with my two eyes that the DOM was modified as I wanted. When I diff the sources, they are identical. I guess when doing View Source it will show the page as it was downloaded...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by coderGeek on 11-06-2007, 12:00 AM
    Filed under: AJAX, dom, FF, IE, animation
  • An Auto update Idea

    Dear All I have an Application Developed in Visual C (Not in .Net ) thats runs on my network Peoples have to Update their Client Apps to the newst version. I canot install .net framework on clients. Most of Users are not well aware of computers. I have a sinario to update the Client Application details...
    Posted to Client Side Web Development (Forum) by rashednadeem on 09-11-2007, 12:00 AM
    Filed under: AJAX, asp.NET, ASP.NET 2.0, browser, c#, client calls, Client Script, confirm, cross-browser, icons, IE, IE7
  • 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: Sys.ArgumentOutOfRangeException, "AJAX Toolkit", ajax, Ajax Extensions, AJAX toolkit, ASP AJAX, asp.net, asp.net ajax, CMS, DropDownExtender, ie, iframe, ajax 1.0, Ajax Control Toolkit 1.0, firefox, "ASP.NET AJAX Beta 2"
  • 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: opera, buttons, ie, firefox, ajax
  • IE 7: New CalendarExtender control doesn't work when inside a HTML paragraph <P></P> tag

    This works: < asp:TextBox ID= "TextBox1" runat= "server" ></ asp:TextBox > < ajaxToolkit:CalendarExtender ID= "CalendarExtender1" runat= "server" TargetControlID= "TextBox1" /> This doesn't work: < P > < asp:TextBox ID= "TextBox1" runat= "server" ></ asp:TextBox >...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by andrew.myhre on 01-30-2007, 12:00 AM
    Filed under: 1.0, ajax, ajax atlas IE, ajax controls, Ajax Extensions, Browsers, Bug, Calendar, CalendarExtender, IE, javascript, ajax .NET Client Side Methods javascript errors, AJAX Control Toolkit, ajax .net 1.0 rtm bugs, Ajax Toolbox, AJAX .NET Client Side Methods
Page 1 of 2 (14 items) 1 2 Next >