What does the source on the button that is firing the click event look like? Have you considered looked at it in Firebug or Chrome's Web Inspector tools to look for any errors that might be being thrown?
Aside from that robwscott's recent post regarding fixing the if statement should hopefully fix it.
It was a high priority for me to fix.. so instead of fighting with the code. I used plain javascript on "OnClientClick" of button and everthything is ok now..
robwscott
Star
8079 Points
1491 Posts
Re: valiadate Select List
Apr 12, 2012 07:32 PM|LINK
if (value == "0")
Mark Answered if it helps - Good luck!
Cheers!
Design And Align
- Rob
Rion William...
All-Star
26445 Points
4389 Posts
Re: valiadate Select List
Apr 12, 2012 08:29 PM|LINK
What does the source on the button that is firing the click event look like? Have you considered looked at it in Firebug or Chrome's Web Inspector tools to look for any errors that might be being thrown?
Aside from that robwscott's recent post regarding fixing the if statement should hopefully fix it.
nissan
Participant
1065 Points
618 Posts
Re: valiadate Select List
Apr 13, 2012 05:09 PM|LINK
It was a high priority for me to fix.. so instead of fighting with the code. I used plain javascript on "OnClientClick" of button and everthything is ok now..
Rion William...
All-Star
26445 Points
4389 Posts
Re: valiadate Select List
Apr 13, 2012 05:17 PM|LINK
Glad you were able to fix it (or at least find a different solution).