How to determine selected rows on server
How to determine selected rows on server
I need to display a table and allow the user to select multiple rows. The data displayed will be small so I'm not using any pagination. I have successfully implemented a checkbox column and a single checkbox in the header that toggles all checkboxes. I have also implemented this without checkboxes, where the user can click on the row to select it. A select all button allows me to toggle all rows to selected/de-selected. I have a Submit button and I need to obtain the identity of those rows which were selected, on the server. Seems like a simple application, but I've had no luck. I just need to be nudged in the general direction I think. FYI: This is an ASP.NET MVC application written in C#.
This discussion has been closed.
Replies