Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 4
    I had to look this up, so incase anyone else doesn't know, that Json object is System.Web.Helpers.Json -- If you don't reference that DLL already, or can't, you can use System.Web.Script.Serialization.JavaScriptSerializer, which works about the same. Commented Feb 8, 2013 at 23:20
  • @Scott - if you were looping through a recordset on a single ASP.net page how would you group them (rather than individual like they are in your example)? Commented Sep 9, 2013 at 19:19