
Originally Posted by
Dan Cardin
to my knowledge onclick(the one thats not items) works. So you see if the timer registers a click in sync with the checkboxlist, then if another occurs within a certain time, look at the currently selected item and display accordingly.
For the other problem you could just continually check if the item selected changes and if so update the text.
or you could use a similar thing for this. check if the selected on changes, then if within a certain time, the onclick of the checkboxlist goes off, but the item doesnt change, then do whatever it is that you wanted.