I need present a grid-view in the web page, and based on the checkbox that each grid row has I want to retrieve and submit a value of the ID of each grid column. I’m using asp.net mvc and the mvc contrib grid, but accept suggestions on how to do via JQuery or Javascript too.
Thanks.
I need present a grid-view in the web page, and based on the checkbox
Share
Done, I’ve put the checks with the same ID of the “id” field and retrieveid the cheched with a foreach Jquery function…Worked very well.