I have a SQL Server database I would like to parse using jQuery.
My intent is that in jQuery, I can look for ID="orange"
, and it will return all the values in that row.
Can you recommend a good tutorial on how to do this?
I am using an ASP.NET web page with C# codebehind, SQL Server, and jQuery.
EDIT: Ok so after I have serialized the datatable, how do I end up using that in jQuery? Both the linked question and the link the answer referenced don't seem to go into that.