In this implementation, I made the mistake of not serializing objects to get them into jQuery from C# as JSON and I ended up with strings shaped like so:
[ProgramName].[ProgramPlanName]
...which I would ultimately split in half upon the period at some point in my jQuery.
The pain: What if a program or program plan has a period in the name???
(use JSON objects not gunk flattened into CSVesque strings)
No comments:
Post a Comment