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.
Which I have in the page load event.VB Code:
Submit1.Attributes.Add("onclick", "changeCursor(true); ")
Can anyone tell me how I could do something like this with the radio button list?
Thanks!




Reply With Quote