Browse by Tags

Related Posts

  • Re: Using ExtenderControlProperty with an IList/array

    Well, no other replies, and I have worked on this until it works satisfactorily for me. It turns out the fix is even simpler, but also more complicated. In the code above, remove the code from within the else clause. The ScriptObjectBuilder ends up passing the value of "value" into JavaScriptSerializer...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DerrickG on 09-03-2007, 12:00 AM
    Filed under: solution, AJAX .NET 2.0, AJAX ASP.NET, bug, extender, fix, Json, AJAX .NET
  • Re: Using ExtenderControlProperty with an IList/array

    Here is the likely eventual solution for this issue: Look starting at line 111 in ScriptObjectBuilder.cs (default path is C:\Program Files\Microsoft ASP.NET\AJAX Control Toolkit\AjaxControlToolkit\ExtenderBase if you downloaded the source for AjaxControlToolkit). There is a TODO comment basically explaining...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by DerrickG on 09-02-2007, 12:00 AM
    Filed under: AJAX .NET 2.0, AJAX ASP.NET, bug, extender, Json, AJAX .NET
  • Javacript Serializer Date Issue (Bug?)

    Hi! Created a Unit Test as the folowing using System.Web.Extensions.dll: [TestMethod] public void JsonToDictionarySuccessTest() { var _jsSerializer = new System.Web.Script.Serialization.JavaScriptSerializer(); var now = new DateTime(2009,10,28,3,0,0); var result = new Dictionary<string, object>...
    Posted to Client Side Web Development (Forum) by Olavo Neto on 10-25-2009, 12:00 AM
    Filed under: JSON, javascipt, Datetime, Serialization, bug
Page 1 of 1 (3 items)