I have a table with subtables. I would like to get all the indexs of the rows by a css value. Is this possible from the code behind?
In this example I would like to know witch row number childRow has.
<table id="ctl00_contentHolder_tbl_main" class="tablesorter tablesorter-default" border="1" style="background-color:White;border-style:Solid;" rules="all">
<thead>
<tbody>
<tr class="grey">
<tr class="grey">
<tr class="grey">
<tr class="childRow">
<tr class="grey">
<tr class="grey">