I have inherited a C# ASP.Net web app from someone, and I am trying to dynamically LinkButtons to an HTMLTableCell. The html table is in a user control. I copied the code from another user control which adds them to a panel.

When I run the program, ones in the panel work. But the ones I added to the HtmlTable don't work. They display text, but when I click them, the events don't fire.