Table cell is a column element in HTML Tables which resides under row element '<TR>'. It can be used as header element '<th>' or normal body element '<td>'.
I am looking for a way to programmatically set the OnClick event handler for a TableCell object. The ASP equivalent …
onclick code-behind tablecell