Using JQuery to Retrieve Gridview Textbox Values?
Hello All,
I'm a JQuery newbie and am working on a ASP.NET 3.5 project involving a product search page that uses the gridview.
The idea here is that the user searches for various products using a pair of textboxes. The gridview returns the results and has a templatefield with a textbox used to input the product quantity. I want users to input quantity for each searched product and click the command button Add to Quote.
When the command button is clicked, I would like some client-side UI element to show the user which parts they've selected and the quantity they have input. This UI element should have a command button allowing user to finish searching and proceed to next step of the process.
Question: Is it advisable to use JQuery to create a UI that shows the user the selected items from gridview and respective textbox values? If so, how would I go about doing this? If it's not a good idea, what alternative(s) might you suggest?
Thanks much for your help and guidance.