M
Mark Rae
Hi,
Is it possible to add events, specifically a Click event, to a dynamically
created TableCell?
I have an <asp:Table...> control to which I'm dynamically adding TableRow
controls made up of TableCell controls - before you ask, the underlying data
is really not suitable for a DataGrid or Repeater...
Now, the client is asking for each dynamically added TableCell control to
respond to a server-side Click event - is this possible?
Mark
Is it possible to add events, specifically a Click event, to a dynamically
created TableCell?
I have an <asp:Table...> control to which I'm dynamically adding TableRow
controls made up of TableCell controls - before you ask, the underlying data
is really not suitable for a DataGrid or Repeater...
Now, the client is asking for each dynamically added TableCell control to
respond to a server-side Click event - is this possible?
Mark