Using jQuery to loop through ASP.NET gridview
Hello,
I have a ASP.NET gridview which is rendered as a HTML table.
There are 2 columns in the grid. First column is a checkbox and second column is a input textbox in which the user will enter a amount.
I want to be able to loop through the rows of the table using jquery to find out the rows that have a checked checkbox and then sum the value in the corresponding textbox in which the user will enter a amount.
In other words how do i loop through the table and find out the elements on the same row on the table
I have now googled for 2 days and could not find any solution
All help will be highly appreciated.
Regards
dm7777