Can JQuery Do this - Retain Selected ASP.NET Gridview Rows and Values
Good Evening,
I have an ASP.NET gridview that returns search results from a SQL Server stored procedure. I need a mechanism for my users to select items they want to include in a quote by entering a value in the Quantity textbox inside the gridview. When they click the ASP:Button Add to Quote, I need the user to see the part item and quantity in a separate control on the same page. This is like the Amazon View Cart page, except the user needs to be able to search for more parts, and still retain the items they've already selected.
I thought about using Viewstate upon other suggestions. However, I wanted to see if this could be done via JQuery? I'm relatively new to JQuery and would like to see advice of more seasoned professionals as to how they might handle this situation.
Thanks much for your help and guidance.