Search

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

Matching Posts

  • Re: json.js and AJAX

    The specific error I get is: Microsoft JScript runtime error: 'Sys.Res.enumValueNotInteger' is null or not an object The error occurs in the ScriptResource.axd request for AJAX script. I'm not sure what else to tell you for repro, I don't have any update panels, I don't have any AJAX code, just a ScriptManager (with enable partial rendering = "true") and the JSON.JS script referenced. I have the release of AJAX. If i comment out JSON.js, no errors, if I put it back, I get the above error. This is
  • Re: json.js and AJAX

    http://forums.asp.net/thread/1440390.aspx I found a similar problem on that thread, the problem is I can't use the methods that ASP.NET AJAX exposes for JSON because the json.js library is already built in to the 3rd party control I'm using.
  • json.js and AJAX

    Is there a way to get around the compatibilities between the JSON implementation on http://www.json.net (json.js) which is supposedly going to become part of the JavaScript programming language and ASP.NET AJAX's javascript libraries? json.js is a legacy requirement of an app I'm working on and I'd like to use AJAX as well but it doesn't seem like the two play nicely together... Thanks, Paul
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by paultyng on 2/19/2007
    Filed under: AJAX .NET, javascript, JSON
  • JavaScriptSerializer (JSON) Feature Requests

    Some requests for the JavascriptSerializer: I'd like to have a way be able to put javascript literals in my JSON output, like an element id or an object reference. The ability for a custom converter to return a scalar value instead of a dictionary (just change the return type to object) attributes to set output property names like the XmlElement attribute for xml serialization, my casing in javascript is different than my casing in .Net server side code so I either have to do a custom dictionary
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by paultyng on 12/1/2006
    Filed under: ajax, JavascriptSerializer, JSON
  • WebResource and Browser Caching

    Browser caching does not seem to work at all for me using web resources. Every post I've read though seems to say the exact opposite, so i'm not entirely sure whats going on. When I browse to atlas.asp.net and look at the web resource served up by the asp.net there it also is not browser cached for me either, but other images or files on the page are, so needless to say i'm confused. My IE settings are the default "Automatically" check for new versions every visit to the page. The headers that WebResource
    Posted to Custom Server Controls (Forum) by paultyng on 7/21/2006
Page 1 of 1 (5 items)