Hello everyone. When a user clicks on one of my radio button lists, there is some code that takes about 5 seconds to run. They do not know this of course, and this can cause some problems.

I use the following code for my submit buttons.
VB Code:
  1. Submit1.Attributes.Add("onclick", "changeCursor(true); ")
Which I have in the page load event.

Can anyone tell me how I could do something like this with the radio button list?

Thanks!