dim tdCell as TableCell = new TableCell()<BR>tdCell.text = "Hello"..<BR><BR>then i add this cell to a row, and add to a table...<BR><BR>How can I make an OnClick event handler for this cell? I don't want to write in a link with text in each cell.. I'd rather just let the user click the actual TD... can do this client-side no biggie... but how to add in that event handler through the code behind page?!