D
DotNet
How can I add a custom attribute to the TableCell control, like
"onMouseOver='dothis();'"?
I suppose I'd have to create a new class and inherit TableCell, but how do I
get the new class to render the custom attribute inside the tag? Any sample
code would be appreciated.
Thanks.
"onMouseOver='dothis();'"?
I suppose I'd have to create a new class and inherit TableCell, but how do I
get the new class to render the custom attribute inside the tag? Any sample
code would be appreciated.
Thanks.