Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
ValueChanged event
posted

 

I have an application with five webslider controls on one screen.  Each has "ValueChanged" set to ON.  I am using VS2008 (with SP1).

 

I have code associated with each _ValueChanged(object sender, EventArgs e) event - but the code does not appear to be executing; I added a pop-up message when the event-routine is executed and the pop-up never occurs.

 

How do you recommend I troubleshoot this further?

 

Should I delete the code for ValueChanged event and setup the ValueChanged events again?

 

ADDED: I changed the ValueChanged property from ON to ASYNC and that helped resolve the issue.

ADDED:  I thought at one point this was resolved but it is still an open-issue.  Please read my reply below.

 

Parents Reply Children