Hi,

i'm trying to get an AJAX modalpopup to confirm if a user really wants
to change a dropdown list value (on the client side) -- if they choose
'No' in the popup, the dropdown list value should stay the same.

anyone know how to accomplish it? i can get the popup to come up on
the onchange, but i'm not sure how to go about to revert the value if
they choose no. even if i put 'return false' in the onchange of the
dropdown, it ignores it and still changes...

thanks!

Re: AJAX ModalPopup To Confirm Dropdownlist Change by Alexey

Alexey
Sun Mar 16 05:19:05 CDT 2008

On Mar 15, 12:01=A0am, Ben <benm5...@gmail.com> wrote:
> Hi,
>
> i'm trying to get an AJAX modalpopup to confirm if a user really wants
> to change a dropdown list value (on the client side) -- if they choose
> 'No' in the popup, the dropdown list value should stay the same.
>
> anyone know how to accomplish it? =A0 i can get the popup to come up on
> the onchange, but i'm not sure how to go about to revert the value if
> they choose no. =A0even if i put 'return false' in the onchange of the
> dropdown, it ignores it and still changes...
>
> thanks!

http://forums.asp.net/t/1062546.aspx

Re: AJAX ModalPopup To Confirm Dropdownlist Change by Ben

Ben
Sun Mar 16 08:40:27 CDT 2008

On Mar 16, 5:19=A0am, Alexey Smirnov <alexey.smir...@gmail.com> wrote:
> On Mar 15, 12:01=A0am, Ben <benm5...@gmail.com> wrote:
>
> > Hi,
>
> > i'm trying to get an AJAX modalpopup to confirm if a user really wants
> > to change a dropdown list value (on the client side) -- if they choose
> > 'No' in the popup, the dropdown list value should stay the same.
>
> > anyone know how to accomplish it? =A0 i can get the popup to come up on
> > the onchange, but i'm not sure how to go about to revert the value if
> > they choose no. =A0even if i put 'return false' in the onchange of the
> > dropdown, it ignores it and still changes...
>
> > thanks!
>
> http://forums.asp.net/t/1062546.aspx

thanks a lot !!!