<table id="mytable" runat="server">
<thead>
<tr>
<td >
</td>
<td>
Minute
</td>
<td
Category Name
</td>
</tr>
</thead>
<tbody>
<tr>
<td >
10
</td>
<td>
</td>
<td>
<span></span>
</td>
</tr>
<tr >
<td>
</td>
<td>
15
</td>
<td>
<span></span>
</td>
</tr>
</table>
This is my html table Here i have to find first cell second cell third cell data of each row in c# How can i find.