Home All Groups Group Topic Archive Search About

Adding OnClick() to an asp:Table

Author
13 Jan 2006 5:28 AM
Andrew Chalk
I have an asp table to which I have added rows and cells. When the user
clicks on one of the cells I want this to fire an event. OnClick() is not a
standard event in a Table, TableRow or TableCell. How can I add support for
it?

Many thanks

Author
13 Jan 2006 1:49 PM
Christopher Reed
Add to the cell a LinkButton control.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"Andrew Chalk" <ach***@magnacartasoftware.com> wrote in message
news:eqEJkIAGGHA.524@TK2MSFTNGP09.phx.gbl...
>I have an asp table to which I have added rows and cells. When the user
>clicks on one of the cells I want this to fire an event. OnClick() is not a
>standard event in a Table, TableRow or TableCell. How can I add support for
>it?
>
> Many thanks
>